aboutsummaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-07-25 08:38:11 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-07-25 08:38:11 +0530
commit0a3576722cfaafabc28669f2380ab583186e9daa (patch)
tree62b61a3eb2bb3f984e2a94a35cac36151e10ed54 /.github/PULL_REQUEST_TEMPLATE
parentdocs: add langdon as a contributor for code [skip ci] (#135) (diff)
downloadferdium-recipes-0a3576722cfaafabc28669f2380ab583186e9daa.tar.gz
ferdium-recipes-0a3576722cfaafabc28669f2380ab583186e9daa.tar.zst
ferdium-recipes-0a3576722cfaafabc28669f2380ab583186e9daa.zip
eslint needs to be executed at the top-level to actually work
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE/add_recipe.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/add_recipe.md b/.github/PULL_REQUEST_TEMPLATE/add_recipe.md
index 3756c29..1b2640b 100644
--- a/.github/PULL_REQUEST_TEMPLATE/add_recipe.md
+++ b/.github/PULL_REQUEST_TEMPLATE/add_recipe.md
@@ -22,7 +22,7 @@ Service ID: [What ID does your recipe use?]
22<!-- Please also accept the following checkboxes --> 22<!-- Please also accept the following checkboxes -->
23 23
24- [ ] I am the original creator of this package 24- [ ] I am the original creator of this package
25- [ ] I have run the `pnpm lint && pnpm reformat-files && pnpm package` and verified that there are no validation errors reported for this package 25- [ ] I have run the `pnpm lint:fix && pnpm reformat-files && pnpm package` and verified that there are no validation errors reported for this package
26- [ ] My recipe has been tested to work inside Ferdium 26- [ ] My recipe has been tested to work inside Ferdium
27 27
28<!-- Here you can write anything else you want to tell us. --> 28<!-- Here you can write anything else you want to tell us. -->