mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #5037 from ethereum/chriseth-patch-3
PR Template: Ask to delete the instructions
This commit is contained in:
commit
f36dee1067
9
.github/ISSUE_TEMPLATE/bug_report.md
vendored
9
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -3,7 +3,7 @@ name: Bug Report
|
|||||||
about: Bug reports about the Solidity Compiler.
|
about: Bug reports about the Solidity Compiler.
|
||||||
---
|
---
|
||||||
|
|
||||||
## Prerequisites
|
<!--## Prerequisites
|
||||||
|
|
||||||
- First, many thanks for taking part in the community. We really appreciate that.
|
- First, many thanks for taking part in the community. We really appreciate that.
|
||||||
- We realize there is a lot of information requested here. We ask only that you do your best to provide as much information as possible so we can better help you.
|
- We realize there is a lot of information requested here. We ask only that you do your best to provide as much information as possible so we can better help you.
|
||||||
@ -12,12 +12,11 @@ about: Bug reports about the Solidity Compiler.
|
|||||||
- [Stack Overflow](https://ethereum.stackexchange.com/)
|
- [Stack Overflow](https://ethereum.stackexchange.com/)
|
||||||
- Ensure the issue isn't already reported.
|
- Ensure the issue isn't already reported.
|
||||||
- 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.
|
- 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
|
## Description
|
||||||
|
|
||||||
Please shortly describe the bug you have found, and what you expect instead.
|
<!--Please shortly describe the bug you have found, and what you expect instead.-->
|
||||||
|
|
||||||
## Environment
|
## Environment
|
||||||
|
|
||||||
@ -28,6 +27,7 @@ Please shortly describe the bug you have found, and what you expect instead.
|
|||||||
|
|
||||||
## Steps to Reproduce
|
## Steps to Reproduce
|
||||||
|
|
||||||
|
<!--
|
||||||
Please provide a *minimal* source code example to trigger the bug you have found.
|
Please provide a *minimal* source code example to trigger the bug you have found.
|
||||||
Please also mention any command line flags that are necessary for triggering the bug.
|
Please also mention any command line flags that are necessary for triggering the bug.
|
||||||
Provide as much information as necessary to reproduce the bug.
|
Provide as much information as necessary to reproduce the bug.
|
||||||
@ -36,3 +36,4 @@ Provide as much information as necessary to reproduce the bug.
|
|||||||
// Some *minimal* Solidity source code to reproduce the bug.
|
// Some *minimal* Solidity source code to reproduce the bug.
|
||||||
// ...
|
// ...
|
||||||
```
|
```
|
||||||
|
-->
|
12
.github/ISSUE_TEMPLATE/feature_request.md
vendored
12
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -3,7 +3,7 @@ name: Feature Request
|
|||||||
about: Solidity language or infrastructure feature requests.
|
about: Solidity language or infrastructure feature requests.
|
||||||
---
|
---
|
||||||
|
|
||||||
## Prerequisites
|
<!--## Prerequisites
|
||||||
|
|
||||||
- First, many thanks for taking part in the community. We really appreciate that.
|
- First, many thanks for taking part in the community. We really appreciate that.
|
||||||
- We realize there is a lot of data requested here. We ask only that you do your best to provide as much information as possible so we can better help you.
|
- We realize there is a lot of data requested here. We ask only that you do your best to provide as much information as possible so we can better help you.
|
||||||
@ -14,24 +14,34 @@ about: Solidity language or infrastructure feature requests.
|
|||||||
|
|
||||||
*Delete the above section and the instructions in the sections below before submitting*
|
*Delete the above section and the instructions in the sections below before submitting*
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
## Abstract
|
## Abstract
|
||||||
|
|
||||||
|
<!--
|
||||||
Please describe by example what problem you see in the current Solidity language
|
Please describe by example what problem you see in the current Solidity language
|
||||||
and reason about it.
|
and reason about it.
|
||||||
|
-->
|
||||||
|
|
||||||
## Motivation
|
## Motivation
|
||||||
|
|
||||||
|
<!--
|
||||||
In this section you describe how you propose to address the problem you described earlier,
|
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.
|
including by giving one or more exemplary source code snippets for demonstration.
|
||||||
|
-->
|
||||||
|
|
||||||
## Specification
|
## Specification
|
||||||
|
|
||||||
|
<!--
|
||||||
The technical specification should describe the syntax and semantics of any new feature. The
|
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.
|
specification should be detailed enough to allow any developer to implement the functionality.
|
||||||
|
-->
|
||||||
|
|
||||||
## Backwards Compatibility
|
## Backwards Compatibility
|
||||||
|
|
||||||
|
<!--
|
||||||
All language changes that introduce backwards incompatibilities must include a section describing
|
All language changes that introduce backwards incompatibilities must include a section describing
|
||||||
these incompatibilities and their severity.
|
these incompatibilities and their severity.
|
||||||
|
|
||||||
Please describe how you propose to deal with these incompatibilities.
|
Please describe how you propose to deal with these incompatibilities.
|
||||||
|
-->
|
6
.github/ISSUE_TEMPLATE/general.md
vendored
6
.github/ISSUE_TEMPLATE/general.md
vendored
@ -3,7 +3,7 @@ name: General Feedback
|
|||||||
about: Any general feedback (neither feature request nor bug reports)
|
about: Any general feedback (neither feature request nor bug reports)
|
||||||
---
|
---
|
||||||
|
|
||||||
## Prerequisites
|
<!--## Prerequisites
|
||||||
|
|
||||||
- First, many thanks for taking part in the community. We really appreciate that.
|
- First, many thanks for taking part in the community. We really appreciate that.
|
||||||
- Read the [contributing guidelines](http://solidity.readthedocs.io/en/latest/contributing.html).
|
- Read the [contributing guidelines](http://solidity.readthedocs.io/en/latest/contributing.html).
|
||||||
@ -13,7 +13,9 @@ about: Any general feedback (neither feature request nor bug reports)
|
|||||||
- Ensure the issue isn't already reported.
|
- Ensure the issue isn't already reported.
|
||||||
|
|
||||||
*Delete the above section and the instructions in the sections below before submitting*
|
*Delete the above section and the instructions in the sections below before submitting*
|
||||||
|
-->
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
|
<!--
|
||||||
Please describe the purpose of your ticket.
|
Please describe the purpose of your ticket.
|
||||||
|
-->
|
||||||
|
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,8 +1,9 @@
|
|||||||
### Your checklist for this pull request
|
<!--### Your checklist for this pull request
|
||||||
|
|
||||||
Please review the [guidelines for contributing](http://solidity.readthedocs.io/en/latest/contributing.html) to this repository.
|
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 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
|
### Checklist
|
||||||
- [ ] Code compiles correctly
|
- [ ] 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
|
- [ ] Used meaningful commit messages
|
||||||
|
|
||||||
### Description
|
### Description
|
||||||
|
|
||||||
|
<!--
|
||||||
Please explain the changes you made here.
|
Please explain the changes you made here.
|
||||||
|
|
||||||
Thank you for your help!
|
Thank you for your help!
|
||||||
|
-->
|
Loading…
Reference in New Issue
Block a user