diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..e4d5560a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +## Description + +Describe the changes that where made in this pull request. When possible start the motivations behind the change. Be sure to also include the following information: + +1. Motivation for change? +2. What was changed? +3. Link to relevant issues? + +## Checklist + +- [ ] [Conventional commits were used](https://www.conventionalcommits.org/en/v1.0.0/) +- [ ] New links to files and images were verified +- [ ] For fixes/refactors: all existing references were identified and replaced +- [ ] [Style guide](https://developers.google.com/style) was reviewed and applied +- [ ] Clear code samples were provided +- [ ] People were tagged for review