File tree 2 files changed +26
-2
lines changed
2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 2
2
name : ' 🐞 Bug Report'
3
3
about : Report a bug in existing features
4
4
title : ' '
5
- labels : ' bug '
5
+ labels : ['Bug']
6
6
assignees : ' '
7
7
8
8
---
9
+
10
+ <!-- ======================== Guidelines ============================
11
+
12
+ Thank you for taking the time to report a bug! 🙏
13
+
14
+ Please follow these guidelines to help us understand & fix the issue:
15
+
16
+ Describe Your Problem 🎯
17
+ - Clearly explain the problem you're facing;
18
+ - Describe what you expected to happen versus what actually occurred;
19
+ - List the steps to reproduce the bug.
20
+
21
+ Provide Detailed Information 📋
22
+ - Share relevant details: Component version, errors, screenshots;
23
+ - If possible, provide a minimal reproducer in a GitHub repository.
24
+
25
+ Be Kind and Respectful 🙂
26
+ - Stay patient & open to feedback, and act with kindness and respect;
27
+ - Remember that this is a volunteer-driven project.
28
+
29
+ ============================= Guidelines ======================== -->
30
+
31
+
32
+
Original file line number Diff line number Diff line change 2
2
name : ' 🚀 Feature Request'
3
3
about : Suggest ideas for new features or enhancements
4
4
title : ' '
5
- labels : ' RFC'
5
+ labels : [ 'RFC']
6
6
assignees : ' '
7
7
8
8
---
You can’t perform that action at this time.
0 commit comments