We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7dd25e commit 5904c50Copy full SHA for 5904c50
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -32,7 +32,7 @@ body:
32
validations:
33
required: false
34
- id: additional-context
35
- types: textarea
+ type: textarea
36
attributes:
37
label: "Additional context"
38
description: "Add any other context about the problem here."
.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,5 @@
1
+blank_issues_enabled: false
2
+contact_links:
3
+ - url: https://github.com/orgs/nettleweb/discussions
4
+ name: Community Support
5
+ about: Please ask and answer questions here.
.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,10 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
-title: ''
-labels: ''
6
-assignees: ''
7
-
+labels: ["enhancement"]
8
9
10
**Is your feature request related to a problem? Please describe.**
0 commit comments