aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-03-25 22:57:55 -0700
committerBastien Wirtz <bastien.wirtz@gmail.com>2020-03-25 23:03:36 -0700
commit4aeaeb09add6448a29447e3ad438e7f478e487f4 (patch)
tree046bf20a0fda8ba5551ec2960a7e9652f9e9cd0f
parent990b6c3d46bf45f62ec3c0f6602f26829b32d36c (diff)
downloadhomer-4aeaeb09add6448a29447e3ad438e7f478e487f4.tar.gz
homer-4aeaeb09add6448a29447e3ad438e7f478e487f4.tar.zst
homer-4aeaeb09add6448a29447e3ad438e7f478e487f4.zip
Fix contributing link
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md4
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
9Please 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