Browse Source

Add new pull request template

friedger-patch-1
Alexander Keating 4 years ago
committed by Alexander Graebe
parent
commit
6f21c4da00
  1. 16
      .github/PULL_REQUEST_TEMPLATE.md

16
.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
Loading…
Cancel
Save