From 3b12c2eea9a6332a64e863a9293958a2d2fc2edc Mon Sep 17 00:00:00 2001 From: EdVraz <88881326+EdVraz@users.noreply.github.com> Date: Sat, 16 Jul 2022 21:44:11 +0200 Subject: [PATCH 1/2] chore: Add Catalyst to assignees --- .github/ISSUE_TEMPLATE/report-bug.yml | 2 +- .github/ISSUE_TEMPLATE/request-feature.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report-bug.yml b/.github/ISSUE_TEMPLATE/report-bug.yml index 3fe348e14..3f196dd21 100644 --- a/.github/ISSUE_TEMPLATE/report-bug.yml +++ b/.github/ISSUE_TEMPLATE/report-bug.yml @@ -7,9 +7,9 @@ assignees: - EdVraz - Astrea49 - Toricane + - Catalyst4222 body: - type: markdown - id: thanks attributes: value: | Thank you for taking the time to fill out this bug report! diff --git a/.github/ISSUE_TEMPLATE/request-feature.yml b/.github/ISSUE_TEMPLATE/request-feature.yml index 2c6bdd293..84cb379ce 100644 --- a/.github/ISSUE_TEMPLATE/request-feature.yml +++ b/.github/ISSUE_TEMPLATE/request-feature.yml @@ -7,9 +7,9 @@ assignees: - EdVraz - Astrea49 - Toricane + - Catalyst4222 body: - type: markdown - id: thanks attributes: value: | Thank you for taking the time to fill out this feature request! From d5db10d45a18e42665d09dff336bc79ef62dcab6 Mon Sep 17 00:00:00 2001 From: EdVraz <88881326+EdVraz@users.noreply.github.com> Date: Sat, 16 Jul 2022 21:45:51 +0200 Subject: [PATCH 2/2] chore: make the issue field in the PR template look better --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ff7fece09..c51781019 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,8 +6,8 @@ This pull request is about (X), which does (Y). - [ ] I've ran `pre-commit` to format and lint the change(s) made. - [ ] I've checked to make sure the change(s) work on `3.8.6` and higher. -- [ ] This fixes/solves an [Issue](https://github.com/goverfl0w/discord-interactions/issues). - - (If existent): +- [ ] This fixes/solves an [Issue](https://github.com/goverfl0w/discord-interactions/issues) (If existent):. + - resolves # - I've made this pull request for/as: (check all that apply) - [ ] Documentation - [ ] Breaking change