mirror of
https://github.com/directus/directus.git
synced 2026-01-25 16:18:02 -05:00
30 lines
535 B
Markdown
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
|