From 60004068d68192ee0f921579c82d14be6162100d Mon Sep 17 00:00:00 2001 From: Alex Van Brunt Date: Wed, 6 Dec 2023 15:01:35 -0700 Subject: [PATCH] Modify PR template --- .github/pull_request_template.md | 38 ++++---------------------------- 1 file changed, 4 insertions(+), 34 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c82af63..b32102c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,49 +1,19 @@ -## Pull request checklist - -Please check if your PR fulfills the following requirements: - -- [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features) -- [ ] Tests have been added that prove the fix is effective or that the feature works. -- [ ] New and existing tests pass locally with the changes. -- [ ] Code follows the style guidelines of this project (PEP8, clean code). -- [ ] Linter has passed locally and any fixes were made for failures. -- [ ] A self-review of the code has been done. - -## Pull request type - - - -Please check the type of change your PR introduces: -- [ ] Bugfix -- [ ] Feature -- [ ] Code style update (formatting, renaming) -- [ ] Refactoring (no functional changes, no api changes) -- [ ] Build related changes -- [ ] Documentation content changes (not tied to bugs/features) -- [ ] Other (please describe): - - ## What is the ticket or issue number? -- Ticket Number: N/A -- Issue Number: N/A ## Pull Request Description -## Does this introduce a breaking change? + +## Does this introduce a breaking change? + - [ ] Yes - [ ] No - -## How Has This Been Tested? +## How Has This Been Tested? - -## Other information: - -