Skip to content

Commit

Permalink
chore: Add github issue and pr templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Yag000 committed Aug 10, 2023
1 parent a59405d commit 87bd42d
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 0 deletions.
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
name: Bug report
about: Create a bug report.
labels: "bug"
assignees: ""
---

<!-- Use this template to report bugs. -->
<!-- Optional sections can be removed if not applicable. -->
<!-- Comments describe the purpose of each section. -->

## Description

<!-- Briefly describe the encountered bug. -->

## Steps to Reproduce

<!--
1. List the steps to reproduce the bug.
2. Include relevant URLs, code snippets, or configurations.
-->

## Expected & Actual Behavior

<!-- Describe the expected and actual outcomes. -->

## Context

### Screenshots <!-- Optional -->

<!-- Attach screenshots or GIFs if applicable. -->

### Environment <!-- Optional -->

<!-- Provide details about the system and software versions -->
<!-- - OS: [e.g., Windows 10, macOS Big Sur, Ubuntu 20.04] -->
<!-- - Browser: [e.g., Chrome 92.0.4515.159, Firefox 91.0.2] -->
<!-- - App Version/Commit: [e.g., v1.0.0, Git hash: abcd123] -->

### Additional Info <!-- Optional -->

<!-- Include any extra information that might help -->
<!-- - Related issues/pull requests -->
<!-- - Tried workarounds -->
<!-- - Stack traces/logs -->
<!-- - Configuration files -->

### Reproducibility

<!-- Mark the checkbox that applies -->

- [ ] Consistently
- [ ] Occasionally
- [ ] Randomly

## Impact

<!-- Explain how the bug affects your usage. -->

## Proposed Solution <!-- Optional -->

<!-- Share your ideas for fixing the bug. -->
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Feature Request
about: Suggest a new feature.
labels: "feature request"
---

<!-- Use this template to request new features. --
<!-- Optional sections can be removed if not applicable. -->
<!-- Comments describe the purpose of each section. -->

## Description

<!-- Briefly describe the new feature you're suggesting. -->

## Problem

<-- Explain the problem or need that this feature would address. -->

## Solution

<!-- Describe your proposed solution for the new feature. -->

## Additional Info <!-- Optional -->

<!-- Any extra context or information that might support the feature request. -->
35 changes: 35 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Pull Request

<!-- Provide a general summary of your changes in the Title above -->
<!-- Optional fileds can be removed if not applicable -->

## Description

<!-- Briefly describe the purpose of this pull request. -->

## Changes Made

<!-- Summarize the changes you've made in this pull request. -->

## Related Issue <!-- Optional -->

<!-- Link to the related issue, e.g., "Closes #123" or "Fixes #456" -->

## Screenshots <!-- Optional -->

<!-- Attach relevant screenshots or GIFs if applicable -->

## Checklist

- [ ] I have self-reviewed my code
- [ ] Code follows project's style guidelines
- [ ] Tests added and passing
- [ ] Documentation updated (if needed)

## Additional Info <!-- Optional -->

<!-- Any extra context or information that might help reviewers -->

## @Mention <!-- Optional -->

<!-- Mention specific individuals or teams for review -->

0 comments on commit 87bd42d

Please sign in to comment.