summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2023-04-07 15:32:17 -0700
committerGitHub <[email protected]>2023-04-07 15:32:17 -0700
commitcdd584f5d9578d74419fe448e6a4849b3ee15d33 (patch)
treea659a6ad8bd28ab2cbfc7d935daaeaf980d59754 /.github
parentcc356617a150a7a179071599b1b8f27fa6aec2d2 (diff)
downloadcaprover-one-click-apps-cdd584f5d9578d74419fe448e6a4849b3ee15d33.tar.gz
caprover-one-click-apps-cdd584f5d9578d74419fe448e6a4849b3ee15d33.zip
Update PULL_REQUEST_TEMPLATE.md
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index e2da15e..006c0ff 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -10,3 +10,4 @@ Please note that this repo is mostly for popular apps with thousands of stars an
- [ ] I have ensured that I am not using the "latest" tag as this tag is dynamically changing and might break the one-click app. Use a fixed version.
- [ ] I have made sure that instructions.start and instructions.end are clear and self-explanatory.
- [ ] Icon is added as a png file to the logos directory.
+- [ ] I've executed the checks if necessary by running `npm ci && npm run validate_apps && npm run formatter`