mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add an appropriate label to each type of issue
This commit is contained in:
parent
1822261da1
commit
fdeb971708
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: Bug reports about the Solidity Compiler.
|
about: Bug reports about the Solidity Compiler.
|
||||||
|
labels: ["bug :bug:"]
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--## Prerequisites
|
<!--## Prerequisites
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: Documentation Issue
|
name: Documentation Issue
|
||||||
about: Solidity documentation.
|
about: Solidity documentation.
|
||||||
|
labels: ["documentation :book:"]
|
||||||
---
|
---
|
||||||
|
|
||||||
## Page
|
## Page
|
||||||
|
1
.github/ISSUE_TEMPLATE/feature_request.md
vendored
1
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
about: Solidity language or infrastructure feature requests.
|
about: Solidity language or infrastructure feature requests.
|
||||||
|
labels: ["feature"]
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--## Prerequisites
|
<!--## Prerequisites
|
||||||
|
Loading…
Reference in New Issue
Block a user