-
Notifications
You must be signed in to change notification settings - Fork 15
Add Issue Templates #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| name: Bug Report | ||
| description: Report an issue with the project. | ||
| title: "[BUG] - [short description]" | ||
| labels: bug | ||
| assignees: '' | ||
|
|
||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| ## Bug Report | ||
|
|
||
| Please fill out the following information to help us better understand the issue. | ||
|
|
||
| - type: input | ||
| attributes: | ||
| label: "Bug Description" | ||
| description: "Provide a clear and concise description of the bug." | ||
| placeholder: "e.g., The app crashes when I try to login." | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: "Steps to Reproduce" | ||
| description: "List the steps to reproduce the behavior." | ||
| placeholder: "e.g., 1. Go to login page, 2. Enter username and password, 3. Click login" | ||
|
rahuldevikar761 marked this conversation as resolved.
Outdated
|
||
| required: true | ||
|
|
||
| - type: input | ||
| attributes: | ||
| label: "Expected Behavior" | ||
| description: "What did you expect to happen?" | ||
| placeholder: "e.g., The app should log me in successfully." | ||
|
rahuldevikar761 marked this conversation as resolved.
Outdated
|
||
| required: true | ||
|
|
||
| - type: input | ||
| attributes: | ||
| label: "Environment" | ||
| description: "Please specify the environment where the bug occurs (e.g., OS, browser version)." | ||
| placeholder: "e.g., Windows 10, Chrome 92" | ||
|
rahuldevikar761 marked this conversation as resolved.
Outdated
|
||
| required: true | ||
|
|
||
| - type: input | ||
| attributes: | ||
| label: "Version" | ||
| description: "What version of the project are you using?" | ||
| placeholder: "e.g., 1.0.0" | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: "Additional Context" | ||
| description: "Add any other context or screenshots that might help us understand the issue." | ||
| placeholder: "e.g., Logs, stack traces, screenshots" | ||
| required: false | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # .github/ISSUE_TEMPLATE/config.yml | ||
| default: | ||
| - bug_report | ||
| - feature_request | ||
| labels: | ||
| - "type: bug" | ||
| - "type: enhancement" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| name: Feature Request | ||
| description: Suggest a new feature or improvement. | ||
| title: "[FEATURE] - [short description]" | ||
| labels: enhancement | ||
| assignees: '' | ||
|
|
||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| ## Feature Request | ||
|
|
||
| Please fill out the following template to help us evaluate your request. | ||
|
|
||
| - type: input | ||
| attributes: | ||
| label: "Feature Description" | ||
| description: "Describe the feature or enhancement you would like to see." | ||
| placeholder: "e.g., Add dark mode support to the app." | ||
|
rahuldevikar761 marked this conversation as resolved.
Outdated
|
||
| required: true | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: "Use Case" | ||
| description: "What problem does this feature solve or how would it improve the project?" | ||
| placeholder: "e.g., Dark mode would make the app more comfortable to use at night." | ||
|
rahuldevikar761 marked this conversation as resolved.
Outdated
|
||
| required: true | ||
|
|
||
| - type: input | ||
| attributes: | ||
| label: "Potential Impact" | ||
| description: "How would this feature impact the project or the user experience?" | ||
| placeholder: "e.g., It would improve accessibility for users with vision impairments." | ||
|
rahuldevikar761 marked this conversation as resolved.
Outdated
|
||
| required: true | ||
|
|
||
| - type: input | ||
| attributes: | ||
| label: "Priority" | ||
| description: "How important is this feature? (Low, Medium, High)" | ||
| placeholder: "e.g., High" | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: "Additional Context" | ||
| description: "Add any other information that might be helpful." | ||
| placeholder: "e.g., Related issues, screenshots, external resources." | ||
| required: false | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.