mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update issue templates (#13970)
* Update issue templates Added labels to all the templates as well as descriptions. Next step: - Mandatory fields. * Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: matheusaaguiar <95899911+matheusaaguiar@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/documentation_issue.md Co-authored-by: matheusaaguiar <95899911+matheusaaguiar@users.noreply.github.com> --------- Co-authored-by: matheusaaguiar <95899911+matheusaaguiar@users.noreply.github.com>
This commit is contained in:
parent
0037693c8d
commit
d9965a3d14
5
.github/ISSUE_TEMPLATE/bug_report.md
vendored
5
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,5 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
|
about: Problems, deficiencies, inaccuracies or crashes discovered on Solidity.
|
||||||
|
title: ''
|
||||||
|
labels: 'bug :bug:'
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--## Prerequisites
|
<!--## Prerequisites
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: Documentation Issue
|
name: Documentation Issue
|
||||||
|
about: Corrections, improvements or requests for new content on Solidity's documentation.
|
||||||
|
title: ''
|
||||||
|
labels: 'documentation :book:'
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Page
|
## Page
|
||||||
|
6
.github/ISSUE_TEMPLATE/feature_request.md
vendored
6
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,5 +1,11 @@
|
|||||||
---
|
---
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
|
about: Ideas, comments or messages asking for a particular functionality to be added
|
||||||
|
to Solidity.
|
||||||
|
title: ''
|
||||||
|
labels: feature
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--## Prerequisites
|
<!--## Prerequisites
|
||||||
|
Loading…
Reference in New Issue
Block a user