aboutsummaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 5a6f95002..5f5ca9743 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -14,5 +14,5 @@
14### Checklist: 14### Checklist:
15<!-- Go over all the following points, and put an `x` in all the boxes that apply. --> 15<!-- Go over all the following points, and put an `x` in all the boxes that apply. -->
16- [ ] My pull request is properly named 16- [ ] My pull request is properly named
17- [ ] The changes respect the code style of the project (`$ npm run lint`) 17- [ ] The changes respect the code style of the project (`$ npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding`)
18- [ ] I tested/previewed my changes locally \ No newline at end of file 18- [ ] I tested/previewed my changes locally