File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
2
+ contact : false
3
+
4
+ templates :
5
+ - name : " Project Suggestion"
6
+ description : " Propose an idea for a new project."
7
+ title : " Project Suggestion Title"
8
+ labels : ["Project Suggestion"]
9
+
10
+ - name : " Bug Report"
11
+ description : " Report a bug or issue."
12
+ title : " Bug Report Title"
13
+ labels : ["bug", "help wanted"]
14
+
15
+ - name : " Feature Request"
16
+ description : " Request a new feature or enhancement."
17
+ title : " Feature Request Title"
18
+ labels : ["feature", "enhancement"]
19
+
20
+ - name : " Other"
21
+ description : " Use this template for any other issues or inquiries."
22
+ title : " Other Issue Title"
23
+ labels : ["question", "others"]
24
+
25
+ choose_template :
26
+ title : " Choose an Issue Template"
27
+ description : " Please select one of the templates below to create your issue."
You can’t perform that action at this time.
0 commit comments