branch: elpa/flycheck
commit a0898b064d381ec75e9f7d7e996ea3700288e561
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Add config.yml for issue template chooser
Disables blank issues and adds contact links to the documentation and
StackOverflow.
---
.github/ISSUE_TEMPLATE/config.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.github/ISSUE_TEMPLATE/config.yml
b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000000..6859ce514d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,8 @@
+blank_issues_enabled: false
+contact_links:
+ - name: Flycheck Documentation
+ url: https://www.flycheck.org/en/latest/
+ about: Check the official documentation before opening an issue.
+ - name: Questions on StackOverflow
+ url: https://stackoverflow.com/questions/tagged/flycheck
+ about: Ask usage questions on StackOverflow with the "flycheck" tag.