summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorVdauphin <[email protected]>2023-11-17 06:57:05 +0100
committerGitHub <[email protected]>2023-11-16 21:57:05 -0800
commitcda389eb531d4db7f055cf432f2aef287459a7e2 (patch)
tree548012109f64e6239911434121848e56986f7f66 /.github
parentfbaddb29a9e82386700390b5c10f0ea8012e9ca7 (diff)
downloadcaprover-one-click-apps-cda389eb531d4db7f055cf432f2aef287459a7e2.tar.gz
caprover-one-click-apps-cda389eb531d4db7f055cf432f2aef287459a7e2.zip
give prettier command line (#1018)
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 df58c1e..da7536a 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -10,5 +10,5 @@ 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`
+- [ ] I've executed the checks if necessary by running `npm ci && npm run validate_apps && npm run formatter` (If failling run the prettier: `npm run formatter-write`)
- [ ] I will take responsibility addressing any issues that arises as a result of this PR (maintaining this app).