There was an error while loading. Please reload this page.
1 parent e3e7c7a commit e7b04f5Copy full SHA for e7b04f5
1 file changed
.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,18 @@
1
+blank_issues_enabled: true
2
+contact_links:
3
+ - name: arrowcode Discussions
4
+ url: https://github.com/Chintanpatel24/arrowcode/discussions
5
+ about: Please ask questions or start a discussion here.
6
+
7
+issue_templates:
8
+ - name: Bug Report
9
+ description: Something isn't working as expected
10
+ title: "[Bug]: "
11
+ labels: ["bug"]
12
+ body: "./bug_report.md"
13
14
+ - name: Feature Request
15
+ description: Suggest a new idea or improvement
16
+ title: "[Feature]: "
17
+ labels: ["enhancement"]
18
+ body: "./feature_request.md"
0 commit comments