strapi/.github/PULL_REQUEST_TEMPLATE.md
2019-06-04 10:48:00 +02:00

38 lines
769 B
Markdown

<!--
Hello 👋 Thank you for submitting a pull request.
To help us merge your PR, make sure to follow the instructions below:
- Create or update the documentation.
- Create or update the tests.
- Refer to the issue you are closing in the PR description - fix #issue
- Specify if the PR is in WIP (work in progress) state or ready to be merged
-->
#### Description of what you did:
<!--
Replace [ ] by [x] to check these checkboxes!
-->
#### My PR is a:
- [ ] 💥 Breaking change
- [ ] 🐛 Bug fix
- [ ] 💅 Enhancement
- [ ] 🚀 New feature
#### Main update on the:
- [ ] Admin
- [ ] Documentation
- [ ] Framework
- [ ] Plugin
#### Manual testing done on the following databases:
- [ ] Not applicable
- [ ] MongoDB
- [ ] MySQL
- [ ] Postgres
- [ ] SQLite