diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 16 |
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. |