diff options
| author | 2020-12-17 09:25:03 +0200 | |
|---|---|---|
| committer | 2020-12-17 09:25:03 +0200 | |
| commit | 4cefde0421715d79461ffc3ca970b7b26d7f2131 (patch) | |
| tree | 7fa8e7a118499d7020a80ff5074253a1973af488 /.github | |
| parent | Enable docs and load protection middleware (diff) | |
| parent | Merge pull request #38 from python-discord/submission-timestamp (diff) | |
Merge branch 'main' into docs/api-spec
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. |