dotfiles/.github/PULL_REQUEST_TEMPLATE.md
2024-08-09 00:44:55 +02:00

34 lines
1.2 KiB
Markdown

## 🌿 Description
_(Include a summary of the changes)_
## 📝 Type of change
Please put an `x` in the boxes that apply:
- [ ] **Bug fix** (non-breaking change which fixes an issue)
- [ ] **New feature** (non-breaking change which adds functionality)
- [ ] **Breaking change** (fix or feature that would cause existing functionality to not work as expected)
- [ ] **Documentation update** (non-breaking change; modified files are limited to the documentations)
- [ ] **Technical debt** (a code change that does not fix a bug or add a feature but makes something clearer)
- [ ] **Other** (provide details below)
## 🔎 Checklist
Please put an `x` in the boxes that apply:
- [ ] I have read the [CONTRIBUTING](./CONTRIBUTING.md) document.
- [ ] My code follows the code style of this project.
- [ ] My commit message follows the [commit guidelines](./COMMIT_MESSAGE_GUIDELINES.md).
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have added necessary comments/documentation to my code.
- [ ] I have tested my code locally and it works as expected.
## 📸 Screenshots
_(If appropriate)_
## ✏️ Additional context
_(Add any other context about the pull request here)_