aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-07-24 00:01:47 +0800
committerGitHub <noreply@github.com>2018-07-24 00:01:47 +0800
commit0fcdafe2b5e122ef1c9acbadad9f309f015dfeac (patch)
tree1e2d989c3524b63d21003c6ae1239566bafaf0e1
parent79ddcc7680eb5c23d0368088ae361dd58686e109 (diff)
parent8b16a7f8e87dd83264cb51b768046a564bd65677 (diff)
downloaddexon-solidity-0fcdafe2b5e122ef1c9acbadad9f309f015dfeac.tar
dexon-solidity-0fcdafe2b5e122ef1c9acbadad9f309f015dfeac.tar.gz
dexon-solidity-0fcdafe2b5e122ef1c9acbadad9f309f015dfeac.tar.bz2
dexon-solidity-0fcdafe2b5e122ef1c9acbadad9f309f015dfeac.tar.lz
dexon-solidity-0fcdafe2b5e122ef1c9acbadad9f309f015dfeac.tar.xz
dexon-solidity-0fcdafe2b5e122ef1c9acbadad9f309f015dfeac.tar.zst
dexon-solidity-0fcdafe2b5e122ef1c9acbadad9f309f015dfeac.zip
Merge pull request #4546 from ethereum/pullRequestTemplate
Pull request template for GitHub
-rw-r--r--PULL_REQUEST_TEMPLATE.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 00000000..73ba6371
--- /dev/null
+++ b/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
+- [ ] Created tests which fail without the change (if possible)
+- [ ] All tests passing
+- [ ] Extended the README / documentation, if necessary
+- [ ] Changes should be described with meaningful commit messages
+
+### Description
+Please explain the changes you made here.
+
+Thank you for your help!