[improvement] : add issues templates#584
Conversation
There was a problem hiding this comment.
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.
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 <[email protected]>
6309d99 to
13bcfc3
Compare
There was a problem hiding this comment.
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.