Skip to content

Commit

Permalink
minor #2320 [UX] Update the issue template (smnandre)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.x branch.

Discussion
----------

[UX] Update the issue template

- Fix labels for Bug and RFC
- Add guidelines comment for bug report

Commits
-------

9956b57 [UX] Update the issue template
  • Loading branch information
smnandre committed Nov 2, 2024
2 parents ad8ac6a + 9956b57 commit 4d1dbf9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion .github/ISSUE_TEMPLATE/1-bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,31 @@
name: '🐞 Bug Report'
about: Report a bug in existing features
title: ''
labels: 'bug'
labels: ['Bug']
assignees: ''

---

<!-- ======================== Guidelines ============================
Thank you for taking the time to report a bug! 🙏
Please follow these guidelines to help us understand & fix the issue:
Describe Your Problem 🎯
- Clearly explain the problem you're facing;
- Describe what you expected to happen versus what actually occurred;
- List the steps to reproduce the bug.
Provide Detailed Information 📋
- Share relevant details: Component version, errors, screenshots;
- If possible, provide a minimal reproducer in a GitHub repository.
Be Kind and Respectful 🙂
- Stay patient & open to feedback, and act with kindness and respect;
- Remember that this is a volunteer-driven project.
============================= Guidelines ======================== -->



2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: '🚀 Feature Request'
about: Suggest ideas for new features or enhancements
title: ''
labels: 'RFC'
labels: ['RFC']
assignees: ''

---

0 comments on commit 4d1dbf9

Please sign in to comment.