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:
Nuno Santos 2023-04-04 13:03:10 +01:00 committed by GitHub
parent 0037693c8d
commit d9965a3d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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