diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4606921..c533dfb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,25 +1,12 @@ -### PR Checklist + -#### What is the current behavior? +### Description -Please describe the current behavior and link to a relevant issue. + -#### Issue Number +### What is the purpose of this pull request? -Example: \#123 - -#### What is the new behavior? - -Please describe the new behavior or provide screenshots. - -#### Does this PR introduce a breaking change? - - -- [ ] Yes -- [ ] No - -#### Specific Instructions - -Are there any specific instructions or things that should be known prior to review? - -#### Other information +- [ ] Bug fix +- [ ] New Feature +- [ ] Documentation update +- [ ] Other