Move about field from issue templates to config.yml

This commit is contained in:
Kamil Śliwak 2021-12-16 17:47:43 +01:00
parent 76e83a9b05
commit fc88226376
4 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,5 @@
---
name: Bug Report
about: Bug reports about the Solidity Compiler.
labels: ["bug :bug:"]
---

View File

@ -2,7 +2,10 @@ blank_issues_enabled: false
contact_links:
- name: Bug Report
url: https://github.com/ethereum/solidity/issues/new?template=bug_report.md&projects=ethereum/solidity/43
about: Bug reports about the Solidity Compiler.
- name: Documentation Issue
url: https://github.com/ethereum/solidity/issues/new?template=documentation_issue.md&projects=ethereum/solidity/43
about: Solidity documentation.
- name: Feature Request
url: https://github.com/ethereum/solidity/issues/new?template=feature_request.md&projects=ethereum/solidity/43
about: Solidity language or infrastructure feature requests.

View File

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

View File

@ -1,6 +1,5 @@
---
name: Feature Request
about: Solidity language or infrastructure feature requests.
labels: ["feature"]
---