From cbf68103cacee7626b50031b8fd008655b0cf7b0 Mon Sep 17 00:00:00 2001 From: Hassan Abouelela Date: Sat, 15 Apr 2023 08:42:29 +0300 Subject: [PATCH 1/2] Add Tag Issue Template Add an issue template for creating tags, which redirects people towards the correct repository. --- .github/ISSUE_TEMPLATE/tag-suggestion.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/tag-suggestion.yml diff --git a/.github/ISSUE_TEMPLATE/tag-suggestion.yml b/.github/ISSUE_TEMPLATE/tag-suggestion.yml new file mode 100644 index 0000000000..513734ee15 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/tag-suggestion.yml @@ -0,0 +1,17 @@ +name: Tag Suggestion +description: Suggest a new tag. +title: I DID NOT READ THE INSTRUCTIONS +labels: [] +assignees: [] +body: + - type: markdown + attributes: + value: | + Thank you for trying to improve the community! We do not take tag suggestions on this repository, however please submit your suggestion on the [meta](https://github.com/python-discord/meta) repostiory instead. + # Mandatory non-markdown body field. + - type: input + id: data + attributes: + label: Do not fill this out + validations: + required: false From 9dd12a8dccf229813cb4bd6dae03cb175aa4169e Mon Sep 17 00:00:00 2001 From: Hassan Abouelela Date: Sat, 15 Apr 2023 08:47:39 +0300 Subject: [PATCH 2/2] Update tag-suggestion.yml --- .github/ISSUE_TEMPLATE/tag-suggestion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/tag-suggestion.yml b/.github/ISSUE_TEMPLATE/tag-suggestion.yml index 513734ee15..37c6951607 100644 --- a/.github/ISSUE_TEMPLATE/tag-suggestion.yml +++ b/.github/ISSUE_TEMPLATE/tag-suggestion.yml @@ -7,7 +7,7 @@ body: - type: markdown attributes: value: | - Thank you for trying to improve the community! We do not take tag suggestions on this repository, however please submit your suggestion on the [meta](https://github.com/python-discord/meta) repostiory instead. + Thank you for trying to improve the community! We do not take tag suggestions on this repository, however please submit your suggestion on the [meta](https://github.com/python-discord/meta/issues/new?assignees=&labels=area%3A+tags&template=tag-request.yaml) repostiory instead. # Mandatory non-markdown body field. - type: input id: data