Merge pull request #12419 from ethereum/add-about-in-issue-templates-config

Move `about` field from issue templates to `config.yml`
This commit is contained in:
chriseth 2021-12-16 17:50:14 +01:00 committed by GitHub
commit dc1dff975a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"]
---