diff options
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e0bcfe2..d32ca78 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md | |||
@@ -6,15 +6,13 @@ Fixes # (issue) | |||
6 | 6 | ||
7 | ## Type of change | 7 | ## Type of change |
8 | 8 | ||
9 | Please delete options that are not relevant. | ||
10 | |||
11 | - [ ] Bug fix (non-breaking change which fixes an issue) | 9 | - [ ] Bug fix (non-breaking change which fixes an issue) |
12 | - [ ] New feature (non-breaking change which adds functionality) | 10 | - [ ] New feature (non-breaking change which adds functionality) |
13 | - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | 11 | - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
14 | 12 | ||
15 | ## Checklist: | 13 | ## Checklist: |
16 | 14 | ||
17 | - [ ] I read & comply with the [contributing guidelines](https://github.com/bastienwirtz/homer/blob/master/.github/CONTRIBUTING.md) | 15 | - [ ] I read & comply with the [contributing guidelines](https://github.com/bastienwirtz/homer/blob/master/CONTRIBUTING.md) |
18 | - [ ] I have tested my code for new features & regressions on both mobile & desktop devices, using the latest version of major browsers. | 16 | - [ ] I have tested my code for new features & regressions on both mobile & desktop devices, using the latest version of major browsers. |
19 | - [ ] I have made corresponding changes the documentation (README.md). | 17 | - [ ] I have made corresponding changes the documentation (README.md). |
20 | - [ ] I've check my modifications for any breaking change, especially in the `config.yml` file | 18 | - [ ] I've check my modifications for any breaking change, especially in the `config.yml` file |