aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar fschaupp <26521758+fschaupp@users.noreply.github.com>2022-07-05 01:01:49 +0200
committerLibravatar GitHub <noreply@github.com>2022-07-04 23:01:49 +0000
commite27465d2e656afdda666fbab7780f76280430da0 (patch)
treefa1363c3baa17ee210c9bf079666810444eb9574 /.github
parentAdd Tiktok recipe (#105) (diff)
downloadferdium-recipes-e27465d2e656afdda666fbab7780f76280430da0.tar.gz
ferdium-recipes-e27465d2e656afdda666fbab7780f76280430da0.tar.zst
ferdium-recipes-e27465d2e656afdda666fbab7780f76280430da0.zip
Update documentation to refer to pnpm instead of yarn [skip ci] (#107)
Diffstat (limited to '.github')
-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 2ed07f6..ca893cc 100644
--- a/.github/PULL_REQUEST_TEMPLATE/add_recipe.md
+++ b/.github/PULL_REQUEST_TEMPLATE/add_recipe.md
@@ -14,7 +14,7 @@ Service ID: [What ID does your recipe use?]
14### Terminal output 14### Terminal output
15 15
16```bash 16```bash
17[Output of your terminal when you ran yarn package] 17[Output of your terminal when you ran pnpm package]
18``` 18```
19 19
20### Additional information 20### Additional information