From fccf50f78f56c96672dcc2b65773cd85bd6d8761 Mon Sep 17 00:00:00 2001 From: Erik Kundt Date: Mon, 23 Jul 2018 18:07:51 +0200 Subject: [PATCH] Fixes pull request template. --- PULL_REQUEST_TEMPLATE.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 73ba63711..4f97514f8 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.