diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 48a97a8..ff045d1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,38 +1,3 @@ -## PR Checklist +## What does this PR do? -Please check if your PR fulfills the following requirements: - -- [ ] The commit message follows our guidelines: https://github.com/NanoForge-dev/Engine/blob/main/.github/CONTRIBUTING.md -- [ ] Tests for the changes have been added (for bug fixes / features) -- [ ] Docs have been added / updated (for bug fixes / features) - -## PR Type - -What kind of change does this PR introduce? - - - -- [ ] Bugfix -- [ ] Feature -- [ ] Code style update (formatting, local variables) -- [ ] Refactoring (no functional changes, no api changes) -- [ ] Build related changes -- [ ] CI related changes -- [ ] Other... Please describe: - -## What is the current behavior? - - - -Resolves # - -## What is the new behavior? - -## Does this PR introduce a breaking change? - -- [ ] Yes -- [ ] No - - - -## Other information +## How do you test this PR?