diff options
author | Erik Kundt <bitshift@posteo.org> | 2018-07-27 19:32:46 +0800 |
---|---|---|
committer | Christian Parpart <christian@ethereum.org> | 2018-08-07 16:42:21 +0800 |
commit | 264985868ef5ac009d235b2eb5725b580d2a6cc8 (patch) | |
tree | bdd4b9696bb8d3c3b6bc44581991de1a51452a0c /.github/PULL_REQUEST_TEMPLATE.md | |
parent | 9d03de1f250cecad2c5c796beb10d96c3c9b15cd (diff) | |
download | dexon-solidity-264985868ef5ac009d235b2eb5725b580d2a6cc8.tar.gz dexon-solidity-264985868ef5ac009d235b2eb5725b580d2a6cc8.tar.zst dexon-solidity-264985868ef5ac009d235b2eb5725b580d2a6cc8.zip |
Adds issue templates for GitHub.
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..6f544bc1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ +### Your checklist for this pull request + +Please review the [guidelines for contributing](http://solidity.readthedocs.io/en/latest/contributing.html) to this repository. + +Please also note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms. + +### Checklist +- [ ] Code compiles correctly +- [ ] All tests are passing +- [ ] New tests have been created which fail without the change (if possible) +- [ ] README / documentation was extended, if necessary +- [ ] Changelog entry (if change is visible to the user) +- [ ] Used meaningful commit messages + +### Description +Please explain the changes you made here. + +Thank you for your help! |