aboutsummaryrefslogtreecommitdiffstats
path: root/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorErik Kundt <bitshift@posteo.org>2018-07-24 00:07:51 +0800
committerErik Kundt <bitshift@posteo.org>2018-07-24 00:14:41 +0800
commitfccf50f78f56c96672dcc2b65773cd85bd6d8761 (patch)
tree2a8731a919391533363b6f5270f92b4464af6b19 /PULL_REQUEST_TEMPLATE.md
parent0fcdafe2b5e122ef1c9acbadad9f309f015dfeac (diff)
downloaddexon-solidity-fccf50f78f56c96672dcc2b65773cd85bd6d8761.tar.gz
dexon-solidity-fccf50f78f56c96672dcc2b65773cd85bd6d8761.tar.zst
dexon-solidity-fccf50f78f56c96672dcc2b65773cd85bd6d8761.zip
Fixes pull request template.
Diffstat (limited to 'PULL_REQUEST_TEMPLATE.md')
-rw-r--r--PULL_REQUEST_TEMPLATE.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
index 73ba6371..4f97514f 100644
--- a/PULL_REQUEST_TEMPLATE.md
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -1,16 +1,15 @@
### 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.
+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
+- [ ] Used meaningful commit messages
### Description
Please explain the changes you made here.