From d96fbb4c28a7f6dd8d1c75606812b301eb9a6069 Mon Sep 17 00:00:00 2001 From: Nathanaƫl Houn Date: Wed, 15 Feb 2023 20:18:11 +0100 Subject: docs: add pre-flight checklist --- .github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++++ .github/PULL_REQUEST_TEMPLATE/add_recipe.md | 7 +++++++ 2 files changed, 21 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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 @@ + + + + + +#### Pre-flight Checklist + +Please ensure you've completed all of the following. + +- [ ] I have read the [Contributing Guidelines](https://github.com/ferdium/ferdium-recipes/blob/HEAD/CONTRIBUTING.md) for this project. +- [ ] 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. + +#### Description of Change + 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 @@ Please complete the following form so we can add your new recipe --> +#### Pre-flight Checklist + +Please ensure you've completed all of the following. + +- [ ] I have read the [Contributing Guidelines](https://github.com/ferdium/ferdium-app/blob/HEAD/CONTRIBUTING.md) for this project. +- [ ] 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. + ## Adding new recipe Service: [Service your new recipe is for] -- cgit v1.2.3-54-g00ecf