Skip to content

Commit f6bd4b0

Browse files
committed
Update issue templates to support issue types and allow blank issues (for internal use)
1 parent 50879b6 commit f6bd4b0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
blank_issues_enabled: false
1+
blank_issues_enabled: true
22
contact_links:
33
- name: DAVx⁵ Community Support
44
url: https://github.com/bitfireAT/davx5-ose/discussions

.github/ISSUE_TEMPLATE/qualified-bug.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Qualified Bug Report
2-
description: "[Developers only] For qualified bug reports. (Use Discussions if unsure.)"
2+
description: "For qualified bug reports. (Use Discussions if unsure.)"
3+
type: bug
34
labels: ["bug"]
45
body:
56
- type: checkboxes

.github/ISSUE_TEMPLATE/qualified-feature.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Qualified Feature Request
2-
description: "[Developers only] For qualified feature requests. (Use Discussions if unsure.)"
2+
description: "For qualified feature requests. (Use Discussions if unsure.)"
3+
type: feature
34
labels: ["enhancement"]
45
body:
56
- type: checkboxes

0 commit comments

Comments
 (0)