mirror of
https://github.com/directus/directus.git
synced 2026-01-14 02:28:16 -05:00
Create pull_request_template.md
This commit is contained in:
30
.github/pull_request_template.md
vendored
Normal file
30
.github/pull_request_template.md
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
## 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
|
||||
- [ ] New Feature
|
||||
- [ ] Refactor / codestyle updates
|
||||
- [ ] Other, please describe:
|
||||
|
||||
- [ ] This PR includes a breaking change
|
||||
|
||||
## 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
|
||||
Reference in New Issue
Block a user