-
Notifications
You must be signed in to change notification settings - Fork 71
[improvement] : add issues templates #584
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
base: main
Are you sure you want to change the base?
Conversation
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.
Pull request overview
This PR introduces GitHub issue templates to standardize and streamline the process of creating bug reports, feature requests, and questions. The templates provide structured guidance to help contributors provide relevant information when opening issues.
Changes:
- Added three issue templates for bug reports, feature requests, and questions
- Configured issue template settings to disable blank issues
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| .github/ISSUE_TEMPLATE/bug_report.md | Comprehensive bug report template with environment details and reproduction steps |
| .github/ISSUE_TEMPLATE/feature_request.md | Template for feature requests with motivation guidance |
| .github/ISSUE_TEMPLATE/question.md | Template for questions and general discussions |
| .github/ISSUE_TEMPLATE/config.yml | Configuration to disable blank issues |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
17f8bbc to
6309d99
Compare
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.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Rahul Sharma <rahulsharm@nvidia.com>
6309d99 to
13bcfc3
Compare
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.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This PR adds templates for new issues / questions / feature requests.