From 4cfd21a14b03ff16b0892b0b2950ba6ab6138457 Mon Sep 17 00:00:00 2001 From: Cameron Hyde <42562517+neoformit@users.noreply.github.com> Date: Tue, 16 Jan 2024 09:01:37 +1000 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 40240456b460..19e72ec2459b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,13 +1,2 @@ -(Please replace this header with a description of your pull request. Please include *BOTH* what you did and why you made the changes. The "why" may simply be citing a relevant Galaxy issue.) -(If fixing a bug, please add any relevant error or traceback) -(For UI components, it is recommended to include screenshots or screencasts) - -## How to test the changes? -(Select all options that apply) -- [ ] I've included appropriate [automated tests](https://docs.galaxyproject.org/en/latest/dev/writing_tests.html). -- [ ] This is a refactoring of components with existing test coverage. -- [ ] Instructions for manual testing are as follows: - 1. [add testing steps and prerequisites here if you didn't write automated tests covering all your changes] - -## License -- [x] I agree to license these and all my past contributions to the core galaxy codebase under the [MIT license](https://opensource.org/licenses/MIT). +- [ ] Pull requests should be merged only after a parallel PR to [galaxyproject/galaxy](https://github.com/galaxyproject/galaxy) has been merged. +- [ ] Please link to the above PR here