]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - .github/PULL_REQUEST_TEMPLATE.md
Adding contribution guidelines
[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 Please delete options that are not relevant.
10
11 - [ ] Bug fix (non-breaking change which fixes an issue)
12 - [ ] New feature (non-breaking change which adds functionality)
13 - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
14
15 ## Checklist:
16
17 - [ ] I read & comply with the [contributing guidelines](https://github.com/bastienwirtz/homer/blob/master/.github/CONTRIBUTING.md)
18 - [ ] 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).
20 - [ ] I've check my modifications for any breaking change, especially in the `config.yml` file