diff options
author | w0rp <devw0rp@gmail.com> | 2021-03-15 00:36:45 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2021-03-15 00:36:45 +0000 |
commit | c00852e809a02c12a170b149c7df650d3b0fb36c (patch) | |
tree | 7c7dbd35fe1631d34f8b8d9ec6b0fd0b6601e0c0 /.github | |
parent | f43e4abc8872a10519309d78f44ad2fc276ad596 (diff) | |
download | ale-c00852e809a02c12a170b149c7df650d3b0fb36c.zip |
Disable blank issues and add a link to ask for help
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..fdffb5fb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,6 @@ +--- +blank_issues_enabled: false +contact_links: + - name: Ask for Help + url: https://github.com/dense-analysis/ale/discussions/new?category=q-a-ask-for-help-with-problems + about: Ask for Help in ALE Discussions |