diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-10-26 14:04:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 14:04:15 -0700 |
commit | ff0b5150f1cef5456a685b492ee4f4f02b6e2ef5 (patch) | |
tree | cae1b7657d6b85bb982e961aae6d54ff90ba8b3c /.github | |
parent | 5a85322c927c96aee89ee0c7239e03bdab3f241d (diff) | |
parent | 2662b1704930eff56a61194a6796d463df687889 (diff) | |
download | homer-ff0b5150f1cef5456a685b492ee4f4f02b6e2ef5.tar.gz homer-ff0b5150f1cef5456a685b492ee4f4f02b6e2ef5.tar.zst homer-ff0b5150f1cef5456a685b492ee4f4f02b6e2ef5.zip |
Merge pull request #151 from taigrr/spellcheck
chore: applies spell-check against entire repo (aspell)
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d32ca78..9a6fe43 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md | |||
@@ -12,7 +12,7 @@ Fixes # (issue) | |||
12 | 12 | ||
13 | ## Checklist: | 13 | ## Checklist: |
14 | 14 | ||
15 | - [ ] I read & comply with the [contributing guidelines](https://github.com/bastienwirtz/homer/blob/master/CONTRIBUTING.md) | 15 | - [ ] I've read & comply with the [contributing guidelines](https://github.com/bastienwirtz/homer/blob/master/CONTRIBUTING.md) |
16 | - [ ] 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. |
17 | - [ ] I have made corresponding changes the documentation (README.md). | 17 | - [ ] I have made corresponding changes the documentation (README.md). |
18 | - [ ] I've check my modifications for any breaking change, especially in the `config.yml` file | 18 | - [ ] I've checked my modifications for any breaking changes, especially in the `config.yml` file |