mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
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:
commit
dc1dff975a
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,6 +1,5 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: Bug reports about the Solidity Compiler.
|
||||
labels: ["bug :bug:"]
|
||||
---
|
||||
|
||||
|
3
.github/ISSUE_TEMPLATE/config.yml
vendored
3
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -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.
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
name: Documentation Issue
|
||||
about: Solidity documentation.
|
||||
labels: ["documentation :book:"]
|
||||
---
|
||||
|
||||
|
1
.github/ISSUE_TEMPLATE/feature_request.md
vendored
1
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,6 +1,5 @@
|
||||
---
|
||||
name: Feature Request
|
||||
about: Solidity language or infrastructure feature requests.
|
||||
labels: ["feature"]
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user