summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-12-24 20:01:31 -0500
committerNed Batchelder <ned@nedbatchelder.com>2019-12-24 20:02:41 -0500
commit8240c58c90a0157178e9c5f6fedd9f003aab892d (patch)
tree29e18dd6ad40bbabdb19cdb79e8a20726541ce4f
parentdf82a9638cd8fbe8a33c5969ff9c0d348d069adb (diff)
downloadpython-coveragepy-git-8240c58c90a0157178e9c5f6fedd9f003aab892d.tar.gz
More issue template options
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 00000000..433310b1
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,16 @@
+# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
+
+# https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository
+
+blank_issues_enabled: false
+contact_links:
+ - name: Frequently Asked Questions
+ url: https://coverage.readthedocs.io/en/latest/faq.html
+ about: Some common problems are described here.
+ - name: Testing in Python mailing list
+ url: http://lists.idyll.org/listinfo/testing-in-python
+ about: Ask questions about using coverage.py here.
+ - name: Tidelift security contact
+ url: https://tidelift.com/security
+ about: Please report security vulnerabilities here.