diff --git a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md new file mode 100644 index 0000000..05fc28e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md @@ -0,0 +1,66 @@ +--- +name: Bug fix +about: Propose a bug fix to help us improve +title: 'fix: ' +labels: 'bug' +assignees: '' + +--- + + + +### Does this PR introduce a `BREAKING CHANGE`? + + +Yes/No. + + + + + + +### Related issues and/or pull requests + + + + +### Describe the fix you're proposing + + + + + +### Pillar / config required to test the bug fix + + + + +### Debug log showing how the bug fix works + + + + + + +### Documentation checklist + + +- [ ] Updated the `README` (e.g. `Available states`). +- [ ] Updated `pillar.example`. + +### Testing checklist + + +- [ ] Included in Kitchen (i.e. under `state_top`). +- [ ] Covered by new/existing tests (e.g. InSpec, Serverspec, etc.). +- [ ] Updated the relevant test pillar. + +### Additional context + + + diff --git a/.github/PULL_REQUEST_TEMPLATE/new_feature.md b/.github/PULL_REQUEST_TEMPLATE/new_feature.md new file mode 100644 index 0000000..5ecc80b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/new_feature.md @@ -0,0 +1,66 @@ +--- +name: New feature +about: Propose a new feature for this project +title: 'feat: ' +labels: 'enhancement' +assignees: '' + +--- + + + +### Does this PR introduce a `BREAKING CHANGE`? + + +Yes/No. + + + + + + +### Related issues and/or pull requests + + + + +### Describe the feature you're proposing + + + + + +### Pillar / config required to test the new feature + + + + +### Debug log showing how the new feature works + + + + + + +### Documentation checklist + + +- [ ] Updated the `README` (e.g. `Available states`). +- [ ] Updated `pillar.example`. + +### Testing checklist + + +- [ ] Included in Kitchen (i.e. under `state_top`). +- [ ] Covered by new/existing tests (e.g. InSpec, Serverspec, etc.). +- [ ] Updated the relevant test pillar. + +### Additional context + + +