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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 44de8e2e2..b2cd3a1eb 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -28,7 +28,7 @@
28#### Checklist 28#### Checklist
29<!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> 29<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
30- [ ] My pull request is properly named 30- [ ] My pull request is properly named
31- [ ] The changes respect the code style of the project (`$ npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding`) 31- [ ] The changes respect the code style of the project (`npm run prepare-code`)
32- [ ] `npm test` passes 32- [ ] `npm test` passes
33- [ ] I tested/previewed my changes locally 33- [ ] I tested/previewed my changes locally
34 34