Add an appropriate label to each type of issue

This commit is contained in:
Kamil Śliwak 2021-12-15 20:45:39 +01:00
parent 1822261da1
commit fdeb971708
3 changed files with 3 additions and 0 deletions

View File

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

View File

@ -1,6 +1,7 @@
--- ---
name: Documentation Issue name: Documentation Issue
about: Solidity documentation. about: Solidity documentation.
labels: ["documentation :book:"]
--- ---
## Page ## Page

View File

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