From 9dbca6dc1bd199cb8d8c2c956548876219262e08 Mon Sep 17 00:00:00 2001 From: Colleiflower <123335166+thecutefinder@users.noreply.github.com> Date: Mon, 10 Apr 2023 04:14:21 +0000 Subject: [PATCH] Remove outdated and grammatically incorrect instructions from PR template (#2100) --- .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 faccaf990..acdbe3c4e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ ## Description Please carefully read the [Contributing note](https://github.com/Grasscutters/Grasscutter/blob/stable/CONTRIBUTING.md) and [Code of conduct](https://github.com/Grasscutters/Grasscutter/blob/development/CODE_OF_CONDUCT.md) before making any pull requests. -And, **Do not make a pull request to merge into stable unless it is a hotfix. Use the development branch instead.** + ## Issues fixed by this PR @@ -19,4 +19,4 @@ And, **Do not make a pull request to merge into stable unless it is a hotfix. Us - [ ] My code follows the style guidelines of this project - [ ] My pull request is unique and no other pull requests have been opened for these changes - [ ] I have read the [Contributing note](https://github.com/Grasscutters/Grasscutter/blob/stable/CONTRIBUTING.md) and [Code of conduct](https://github.com/Grasscutters/Grasscutter/blob/development/CODE_OF_CONDUCT.md) -- [ ] I am responsible for any copyright issues with my code if it occurs in the future. \ No newline at end of file +- [ ] I am responsible for any copyright issues with my code if it occurs in the future.