File tree 5 files changed +84
-7
lines changed
5 files changed +84
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : 🐛 Bug
3
+ about : If something isn't working as expected 🤔
4
+ labels : type/bug
5
+ ---
6
+
7
+ <!--
8
+ Ouch, sorry you’ve run into a bug. Thank for taking the time to report it!
9
+
10
+ Please fill in as much of the template below as you’re able.
11
+ -->
12
+
13
+ ### Subject of the issue
14
+
15
+ Describe your issue here.
16
+
17
+ ### Steps to reproduce
18
+
19
+ Tell us how to reproduce this issue. Please provide a working and simplified example.
20
+
21
+ ### Expected behaviour
22
+
23
+ What should happen?
24
+
25
+ ### Actual behaviour
26
+
27
+ What happens instead?
28
+
29
+ ### Possible Solution
30
+
31
+ What are the alternative solutions? Please describe what else you have considered?
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : 🚀 Feature
3
+ about : A suggestion for a new feature ✨
4
+ labels : type/enhancement
5
+ ---
6
+
7
+ <!--
8
+ Thank you for suggesting an idea to make this project better!
9
+
10
+ Please fill in as much of the template below as you’re able.
11
+ -->
12
+
13
+ ### Feature Description
14
+
15
+ Provide a brief summary of the feature you would like to see.
16
+
17
+ ### Problem
18
+
19
+ If the feature requests relates to a problem, please describe the problem you are trying to solve here.
20
+
21
+ ### Expected behaviour
22
+
23
+ What should happen? Please describe the desired behaviour.
24
+
25
+ ### Alternatives
26
+
27
+ What are the alternative solutions? Please describe what else you have considered?
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : 🧹 Cleanup
3
+ about : Pay down technical debt, reduce friction, etc.
4
+ labels : type/cleanup
5
+ ---
6
+
7
+ <!-- Please use this template while filing an issue to highlight technical debt to be paid down, or friction to be reduced -->
8
+
9
+ ### Cleanup
10
+
11
+ ** What should be cleaned up or changed** :
12
+
13
+ ** Provide any links for context** :
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : 📄 Documentation
3
+ about : Suggest an improvement to our documentation
4
+ labels : type/docs
5
+ ---
6
+
7
+ ### Documentation Feedback
8
+
9
+ Provide a brief summary of what you would like to see changed in our documentation.
10
+
11
+ Feel free to provide any suggestions of content or examples you’d like us to include.
12
+
13
+ ** Affected documentation page:** Insert a link to the affected page
You can’t perform that action at this time.
0 commit comments