-
Notifications
You must be signed in to change notification settings - Fork 8
Add GitHub issue templates #4
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
Add GitHub issue templates #4
Conversation
Bahati308
commented
Nov 21, 2025
- Add bug report template with component selection
- Add feature request template
- Configure to prevent blank issues
- Add links to documentation and discussions
- Add bug report template with component selection - Add feature request template - Configure to prevent blank issues - Add links to documentation and discussions
|
Should we consider adding a section for "User stories" or some other way to test/reproduce if it is a bug? |
|
…eria Add optional User Story, Details, and Acceptance Criteria sections to improve bug reproduction and testing capabilities.
r0ssing
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
IamLRBA
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Bahati308, these additions look really good and they match the Github standards.
Perhaps what other mature projects include that we might add are:
- Severity: critical, major, minor, low
- Priority: P0–P3
These help triage bugs quickly.
Maybe in addition to that:
-
You added
additional context, but many teams make this explicit: They can upload images or videos showing the issue. -
You included
environment/versionin Bug Report, but not for feature requests. -
Another optional but Helpful one is to add a "Checklist Before Submitting" e.g
-
I have searched existing issues
-
I have provided clear steps or a clear description
-
I attached logs/screenshots if relevant
Other than those additions, Everything else is good and thanks again for the efforts!
thanks for the feedback @IamLRBA , though the points mentioned are catered for by the issue labels since some(especially new) contributors may not be in position to know the severity of the issues hence the maintainers can label the issue opened according to the severity. |
|
Aaah that's right! |