diff options
author | 2020-12-17 00:25:20 +0000 | |
---|---|---|
committer | 2020-12-17 00:25:20 +0000 | |
commit | 0d95ec4fe4e7827816d37d34bc6095727f8ef31d (patch) | |
tree | 258be94146540b467801768e6ba898305161526b /.github | |
parent | Merge pull request #36 from python-discord/ks123/response-delete (diff) |
Create config.yml
Diffstat (limited to '.github')
-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..4b036ed --- /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-backend/discussions + about: GitHub Discussions from external collaborators. |