aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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 6c4384695..aa6f850de 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -23,6 +23,6 @@
23### Checklist: 23### Checklist:
24<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> 24<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
25<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> 25<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
26- [ ] My code follows the code style of this project (run `$ yarn lint`). 26- [ ] My code follows the code style of this project (run `$ npm run lint`).
27<!---- [ ] My change requires a change to the documentation. 27<!---- [ ] My change requires a change to the documentation.
28- [ ] I have updated the documentation accordingly. --> 28- [ ] I have updated the documentation accordingly. -->