From 9d66c00b6292477693e2eb1f04eb12964fef5039 Mon Sep 17 00:00:00 2001 From: chweesee <81509124+chweesee@users.noreply.github.com> Date: Mon, 13 Sep 2021 11:51:47 +0530 Subject: [PATCH] Linking the pr template to newer issues link --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index bb0fcae48..5ac30bc8c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,7 +10,7 @@ What changes were made? - [ ] I've run the `pre_push.py` script to format and lint code. - [ ] I've checked this pull request runs on `Python 3.6.X`. -- [ ] This fixes something in [Issues](https://github.com/eunwoo1104/discord-py-slash-command/issues). +- [ ] This fixes something in [Issues](https://github.com/goverfl0w/discord-interactions/issues). - Issue: - [ ] This adds something new. - [ ] There is/are breaking change(s).