Skip to content

Commit 1165826

Browse files
committed
don't allow blank issue template
instead provide another avenue for feedback
1 parent fdd4274 commit 1165826

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# this setting will force users to use the provided issue templates
2+
blank_issues_enabled: false
3+
# if the templates provided don't fit the subject of the user feedback,
4+
# here we can give links to other forms of user feedback
5+
contact-links:
6+
- name: cpp-linter discussions
7+
url: https://github.com/orgs/cpp-linter/discussions
8+
about: A place for feedback not specific to cpp-linter-action

0 commit comments

Comments
 (0)