]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - .github/PULL_REQUEST_TEMPLATE.md
Fix contributing link
[github/bastienwirtz/homer.git] / .github / PULL_REQUEST_TEMPLATE.md
1 ## Description
2
3 Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
4
5 Fixes # (issue)
6
7 ## Type of change
8
9 - [ ] Bug fix (non-breaking change which fixes an issue)
10 - [ ] New feature (non-breaking change which adds functionality)
11 - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
12
13 ## Checklist:
14
15 - [ ] I 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.
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