aboutsummaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE.md
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/PULL_REQUEST_TEMPLATE.md
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/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md14
1 files changed, 14 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. -->