aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-03-22 15:51:54 -0700
committerBastien Wirtz <bastien.wirtz@gmail.com>2020-03-22 17:44:02 -0700
commit22555b55e262a1c3519d422d9c446d2d6cf0c83a (patch)
tree17578ef18d3df51f22c7279f92c535f141b8e3ae /.github
parent2cf93f388130134d8ff9cf1af7535e21cafc207f (diff)
downloadhomer-22555b55e262a1c3519d422d9c446d2d6cf0c83a.tar.gz
homer-22555b55e262a1c3519d422d9c446d2d6cf0c83a.tar.zst
homer-22555b55e262a1c3519d422d9c446d2d6cf0c83a.zip
Adding contribution guidelines
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..e0bcfe2
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,20 @@
1## Description
2
3Please 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
5Fixes # (issue)
6
7## Type of change
8
9Please 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