diff options
author | 2020-12-17 00:27:34 +0000 | |
---|---|---|
committer | 2020-12-17 00:27:34 +0000 | |
commit | cc0ca545dd436fae25c74b90eeb391d009c1a699 (patch) | |
tree | f4ca0f3051c2ca1897db6815ac2769748f2659d8 | |
parent | Merge pull request #34 from python-discord/add-cross-env (diff) |
Create config.yml
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..a6ba817 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Notion task board + url: https://www.notion.so/pythondiscord/2c44f303ec36425da23494f606973f14?v=39e0f16a1ffe4152b3dccb9d5bce9301 + about: Staff-only Notion task board for feature requests and bug reports. + - name: Public GitHub Discussions + url: https://github.com/python-discord/forms-frontend/discussions + about: GitHub Discussions from external collaborators. |