We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b5317 commit 69c25f7Copy full SHA for 69c25f7
1 file changed
.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,14 @@
1
+blank_issues_enabled: false
2
+contact_links:
3
+ - name: 💬 General quesions or help?
4
+ url: https://dc.codeblocksmc.de
5
+ about: Ask it on Discord!
6
+issue_templates:
7
+ - name: 🐛 Bug Report
8
+ description: Report a problem with CodeLib
9
+ labels: [bug]
10
+ file: bug_report.yml
11
+ - name: 💡 Feature Request
12
+ description: Suggest a new feature or an improvement.
13
+ labels: [enhancement]
14
+ file: feature_request.yml
0 commit comments