From 9bb5737d56be438c6a719ba6def2a2abbfdf3eb8 Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 20 Sep 2018 14:34:20 +0200 Subject: [PATCH] Put instructions in comments. --- .github/ISSUE_TEMPLATE/bug_report.md | 9 +++++---- .github/ISSUE_TEMPLATE/feature_request.md | 12 +++++++++++- .github/ISSUE_TEMPLATE/general.md | 6 ++++-- .github/PULL_REQUEST_TEMPLATE.md | 6 +++++- 4 files changed, 25 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0cc0edece..c3caf86e3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug Report about: Bug reports about the Solidity Compiler. --- -## Prerequisites + ## Description -Please shortly describe the bug you have found, and what you expect instead. + ## Environment @@ -28,6 +27,7 @@ Please shortly describe the bug you have found, and what you expect instead. ## Steps to Reproduce + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6b98fb99b..6702b62cb 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: Feature Request about: Solidity language or infrastructure feature requests. --- -## Prerequisites + + ## Abstract + ## Motivation + ## Specification + ## Backwards Compatibility + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/general.md b/.github/ISSUE_TEMPLATE/general.md index 2d277865f..410b42e00 100644 --- a/.github/ISSUE_TEMPLATE/general.md +++ b/.github/ISSUE_TEMPLATE/general.md @@ -3,7 +3,7 @@ name: General Feedback about: Any general feedback (neither feature request nor bug reports) --- -## Prerequisites + ## Description + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6f544bc1b..9734fe81f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,9 @@ -### Your checklist for this pull request + ### Checklist - [ ] Code compiles correctly @@ -13,6 +14,9 @@ Please also note that this project is released with a [Contributor Code of Condu - [ ] Used meaningful commit messages ### Description + + \ No newline at end of file