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