aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Nathanaƫl Houn <contact@nathanaelhoun.fr>2023-02-15 20:18:11 +0100
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-02-16 09:40:46 +0530
commitd96fbb4c28a7f6dd8d1c75606812b301eb9a6069 (patch)
treeec51f4b6b6ebede5060ec125e01272e91d20191f /.github
parentdocs: improve wording (diff)
downloadferdium-recipes-d96fbb4c28a7f6dd8d1c75606812b301eb9a6069.tar.gz
ferdium-recipes-d96fbb4c28a7f6dd8d1c75606812b301eb9a6069.tar.zst
ferdium-recipes-d96fbb4c28a7f6dd8d1c75606812b301eb9a6069.zip
docs: add pre-flight checklist
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md14
-rw-r--r--.github/PULL_REQUEST_TEMPLATE/add_recipe.md7
2 files changed, 21 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..dcfeb2a
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,14 @@
1<!-- Thank you for your Pull Request. -->
2<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
3<!-- Please start by naming your pull request properly for e.g. "Add Google Tasks to Todo providers". -->
4<!-- Please keep in mind that any text inside "<!--" and "--\>" are comments from us and won't be visible in your bug report, so please don't put any text in them. -->
5
6#### Pre-flight Checklist
7
8Please ensure you've completed all of the following.
9
10- [ ] I have read the [Contributing Guidelines](https://github.com/ferdium/ferdium-recipes/blob/HEAD/CONTRIBUTING.md) for this project.
11- [ ] I agree to follow the [Code of Conduct](https://github.com/ferdium/ferdium-recipes/blob/HEAD/CODE_OF_CONDUCT.md) that this project adheres to.
12
13#### Description of Change
14<!-- Describe your changes in detail. -->
diff --git a/.github/PULL_REQUEST_TEMPLATE/add_recipe.md b/.github/PULL_REQUEST_TEMPLATE/add_recipe.md
index 2ae7208..599e2f6 100644
--- a/.github/PULL_REQUEST_TEMPLATE/add_recipe.md
+++ b/.github/PULL_REQUEST_TEMPLATE/add_recipe.md
@@ -3,6 +3,13 @@
3 Please complete the following form so we can add your new recipe 3 Please complete the following form so we can add your new recipe
4 --> 4 -->
5 5
6#### Pre-flight Checklist
7
8Please ensure you've completed all of the following.
9
10- [ ] I have read the [Contributing Guidelines](https://github.com/ferdium/ferdium-app/blob/HEAD/CONTRIBUTING.md) for this project.
11- [ ] I agree to follow the [Code of Conduct](https://github.com/ferdium/ferdium-app/blob/HEAD/CODE_OF_CONDUCT.md) that this project adheres to.
12
6## Adding new recipe 13## Adding new recipe
7 14
8Service: [Service your new recipe is for] 15Service: [Service your new recipe is for]