Files
directus/.github/pull_request_template.md
ian 48a476d1ef Update pull_request_template.md (#14095)
Add improvement to the Type of Change
2022-06-24 14:49:17 -04:00

30 lines
535 B
Markdown

## Description
<!--
A summary of the changes and a reference to the Issue that was fixed / implemented.
NOTE: All Pull Requests require a corresponding open Issue.
-->
Fixes #
## Type of Change
- [ ] Bugfix
- [ ] Improvement
- [ ] New Feature
- [ ] Refactor / codestyle updates
- [ ] Other, please describe:
## Requirements Checklist
- [ ] New / updated tests are included
- [ ] All tests are passing locally
- [ ] Performed a self-review of the submitted code
If adding a new feature:
- [ ] Documentation was added/updated