aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-06 19:15:54 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-07-06 19:15:54 +0530
commit7bbb1259575a50352d7f323b388bd2c7541bc652 (patch)
treeee0fb16579022ab7b9474810c827228f85d427c8 /.github
parentSeparated version number bump into the 'develop' branch from 'nightly' branch... (diff)
downloadferdium-app-7bbb1259575a50352d7f323b388bd2c7541bc652.tar.gz
ferdium-app-7bbb1259575a50352d7f323b388bd2c7541bc652.tar.zst
ferdium-app-7bbb1259575a50352d7f323b388bd2c7541bc652.zip
Fixed README.md and PR template to ensure that the author is agreeing to more hygiene practices. [skip ci]
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md34
1 files changed, 26 insertions, 8 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 5f5ca9743..3092767fd 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,18 +1,36 @@
1<!-- Thank you for your Pull Request. -->
1<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> 2<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
2<!-- Please start by naming your pull request properly e.g. "Add Google Tasks to Todo providers". --> 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. -->
3 5
4### Description 6#### Pre-flight Checklist
7
81. Please remember that if you are logging a bug for some service that has *stopped working* or is *working incorrectly*, please log the bug [here](https://github.com/getferdi/recipes/issues)
92. If you are requesting support for a **new service** in Ferdi, please log it [here](https://github.com/getferdi/recipes/pulls)
103. Please remember to read the [self-help documentation](https://github.com/getferdi/ferdi#troubleshooting-recipes-self-help) - in case it helps you unblock yourself for issues related to older versions of recipes that were installed on your machine. (These will get automatically upgraded when you upgrade to the newer versions of Ferdi, but to get new recipes between Ferdi releases, this documentation is quite useful.)
114. Please consider supporting Ferdi!
12 👉 https://github.com/sponsors/getferdi
13 👉 https://opencollective.com/getferdi/donate
145. Please ensure you've completed all of the following.
15 - [ ] I have read the [Contributing Guidelines](https://github.com/getferdi/ferdi/blob/develop/CONTRIBUTING.md) for this project.
16 - [ ] I agree to follow the [Code of Conduct](https://github.com/getferdi/ferdi/blob/develop/CODE_OF_CONDUCT.md) that this project adheres to.
17 - [ ] I have searched the [issue tracker](https://github.com/getferdi/ferdi/issues) for a feature request that matches the one I want to file, without success.
18
19#### Description of Change
5<!-- Describe your changes in detail. --> 20<!-- Describe your changes in detail. -->
6 21
7### Motivation and Context 22#### Motivation and Context
8<!-- Why is this change required? What problem does it solve? --> 23<!-- Why is this change required? What problem does it solve? If it fixes an open issue, please link to the issue here. -->
9<!-- If it fixes an open issue, please link to the issue here. -->
10 24
11### Screenshots 25#### Screenshots
12<!-- Remove the section if this does not apply. --> 26<!-- Remove the section if this does not apply. -->
13 27
14### Checklist: 28#### Checklist
15<!-- Go over all the following points, and put an `x` in all the boxes that apply. --> 29<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
16- [ ] My pull request is properly named 30- [ ] My pull request is properly named
17- [ ] The changes respect the code style of the project (`$ npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding`) 31- [ ] The changes respect the code style of the project (`$ npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding`)
32- [ ] `npm test` passes
18- [ ] I tested/previewed my changes locally 33- [ ] I tested/previewed my changes locally
34
35#### Release Notes
36<!-- Please add a one-line description for users of Ferdi to read in the release notes, or 'none' if no notes relevant to such users. Examples and help on special cases: https://github.com/electron/clerk/blob/master/README.md#examples -->