diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-10-08 12:39:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-08 12:39:32 -0700 |
commit | cc26624f395d6ce34e4428c20a0731c6db10de7d (patch) | |
tree | f4d1deba6ab9b2eb6f27fcf084db3c19ff153d50 /.github | |
parent | 220c60cba04e86e782e9610aa8ef0d77e221072c (diff) | |
parent | d7e17e6146d8d5f84c71cbd0f3f684467bebb4f6 (diff) | |
download | homer-cc26624f395d6ce34e4428c20a0731c6db10de7d.tar.gz homer-cc26624f395d6ce34e4428c20a0731c6db10de7d.tar.zst homer-cc26624f395d6ce34e4428c20a0731c6db10de7d.zip |
Merge pull request #308 from robinschneider/patch-1
Spelling fix
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0746863..e0063d5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md | |||
@@ -14,5 +14,5 @@ Fixes # (issue) | |||
14 | 14 | ||
15 | - [ ] I've read & comply with the [contributing guidelines](https://github.com/bastienwirtz/homer/blob/main/CONTRIBUTING.md) | 15 | - [ ] I've read & comply with the [contributing guidelines](https://github.com/bastienwirtz/homer/blob/main/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 to the documentation (README.md). |
18 | - [ ] I've checked my modifications for any breaking changes, especially in the `config.yml` file | 18 | - [ ] I've checked my modifications for any breaking changes, especially in the `config.yml` file |