File tree Expand file tree Collapse file tree 6 files changed +56
-68
lines changed Expand file tree Collapse file tree 6 files changed +56
-68
lines changed Original file line number Diff line number Diff line change 1+ name : " Bug Report"
2+ description : " File a bug report to fix issues in the codebase"
3+ title : " [Bug] - "
4+ labels : ["bug"]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : " # Bug report"
9+ - type : textarea
10+ id : description
11+ attributes :
12+ label : " What bug did you find in the codebase?"
13+ description : " Please explain the issue in as much detail as possible. Provide screenshots as necessary"
14+ validations :
15+ required : true
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
Original file line number Diff line number Diff line change 1+ name : Documentation
2+ description : Request to update documentation or fix typos
3+ title : " [Docs] - "
4+ labels : ["documentation"]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : " # Update documentation"
9+ - type : textarea
10+ id : docs
11+ attributes :
12+ label : What changes would you like to make in the documentation?
13+ description : Please explain the issue and what the change should be
14+ validations :
15+ required : true
Original file line number Diff line number Diff line change 1+ name : Feature request
2+ description : Request for feature
3+ title : " [Feature] - "
4+ labels : ["feature"]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : " # Feature request"
9+ - type : textarea
10+ id : feature
11+ attributes :
12+ label : What feature would you like to see?
13+ description : Please provide a detailed description for the new feature.
Original file line number Diff line number Diff line change 1+ name : General report
2+ description : This is a general issue that does not fit in the other categories
3+ title : " [General] - "
4+ body :
5+ - type : markdown
6+ attributes :
7+ value : " # General"
8+ - type : textarea
9+ id : description
10+ attributes :
11+ label : What general issue would you like to create?
12+ description : Please be as detailed as possible. Include code snippets or screenshots if necessary.
You can’t perform that action at this time.
0 commit comments