Skip to content

Commit a253116

Browse files
authored
Create config.yml
1 parent de808b4 commit a253116

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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."

0 commit comments

Comments
 (0)