Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't get it 🫨

I think the empty line make the reading easier.

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: ''

---