mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove hard wrapping in the issue templates
This commit is contained in:
parent
fdeb971708
commit
9e0f03b3dc
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -15,7 +15,6 @@ labels: ["bug :bug:"]
|
||||
- The issue should be reproducible with the latest solidity version; however, this isn't a hard requirement and being reproducible with an older version is sufficient.
|
||||
|
||||
*Delete the above section and the instructions in the sections below before submitting*
|
||||
|
||||
-->
|
||||
|
||||
## Description
|
||||
|
12
.github/ISSUE_TEMPLATE/documentation_issue.md
vendored
12
.github/ISSUE_TEMPLATE/documentation_issue.md
vendored
@ -6,18 +6,12 @@ labels: ["documentation :book:"]
|
||||
|
||||
## Page
|
||||
|
||||
<!--
|
||||
Please link directly to the page which you think has a problem
|
||||
-->
|
||||
<!--Please link directly to the page which you think has a problem.-->
|
||||
|
||||
## Abstract
|
||||
|
||||
<!--
|
||||
Please describe in detail what is wrong.
|
||||
-->
|
||||
<!--Please describe in detail what is wrong.-->
|
||||
|
||||
## Pull request
|
||||
|
||||
<!--
|
||||
Please link to your pull request which resolves this issue
|
||||
-->
|
||||
<!--Please link to your pull request which resolves this issue.-->
|
||||
|
19
.github/ISSUE_TEMPLATE/feature_request.md
vendored
19
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -14,35 +14,24 @@ labels: ["feature"]
|
||||
- Ensure the issue isn't already reported (check `feature` and `language design` labels).
|
||||
|
||||
*Delete the above section and the instructions in the sections below before submitting*
|
||||
|
||||
-->
|
||||
|
||||
## Abstract
|
||||
|
||||
<!--
|
||||
Please describe by example what problem you see in the current Solidity language
|
||||
and reason about it.
|
||||
-->
|
||||
<!--Please describe by example what problem you see in the current Solidity language and reason about it.-->
|
||||
|
||||
## Motivation
|
||||
|
||||
<!--
|
||||
In this section you describe how you propose to address the problem you described earlier,
|
||||
including by giving one or more exemplary source code snippets for demonstration.
|
||||
-->
|
||||
<!--In this section you describe how you propose to address the problem you described earlier, including by giving one or more exemplary source code snippets for demonstration.-->
|
||||
|
||||
## Specification
|
||||
|
||||
<!--
|
||||
The technical specification should describe the syntax and semantics of any new feature. The
|
||||
specification should be detailed enough to allow any developer to implement the functionality.
|
||||
-->
|
||||
<!--The technical specification should describe the syntax and semantics of any new feature. The specification should be detailed enough to allow any developer to implement the functionality.-->
|
||||
|
||||
## Backwards Compatibility
|
||||
|
||||
<!--
|
||||
All language changes that introduce backwards incompatibilities must include a section describing
|
||||
these incompatibilities and their severity.
|
||||
All language changes that introduce backwards incompatibilities must include a section describing these incompatibilities and their severity.
|
||||
|
||||
Please describe how you propose to deal with these incompatibilities.
|
||||
-->
|
Loading…
Reference in New Issue
Block a user