diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-12-07 22:57:44 -0800 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-12-07 22:57:44 -0800 |
commit | 71a7d3cce4f94ffe51e6fbfbcfb1140594db06db (patch) | |
tree | 29968abb12c46bd24abfe3f447fe02043b089204 /.github/PULL_REQUEST_TEMPLATE.md | |
parent | 12063dafef3d9028345801c7b17c1dabcc1113b0 (diff) | |
download | homer-71a7d3cce4f94ffe51e6fbfbcfb1140594db06db.tar.gz homer-71a7d3cce4f94ffe51e6fbfbcfb1140594db06db.tar.zst homer-71a7d3cce4f94ffe51e6fbfbcfb1140594db06db.zip |
Fix documentation link.
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-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 9a6fe43..0746863 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've 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/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 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 |