aboutsummaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-02 20:50:30 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-07-02 20:50:30 +0530
commit22a78968f75c7f65a62f3b05757fa900fcf856e9 (patch)
tree04594e301f4e14825c9e7abdb5418ebd38361504 /.github/PULL_REQUEST_TEMPLATE.md
parentMinor code cleanup: Use constant that's already defined (instead of a string ... (diff)
downloadferdium-app-22a78968f75c7f65a62f3b05757fa900fcf856e9.tar.gz
ferdium-app-22a78968f75c7f65a62f3b05757fa900fcf856e9.tar.zst
ferdium-app-22a78968f75c7f65a62f3b05757fa900fcf856e9.zip
Fixing github templates for PRs. [skip ci]
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