Skip to content

Commit dc1dff9

Browse files
authored
Merge pull request #12419 from ethereum/add-about-in-issue-templates-config
Move `about` field from issue templates to `config.yml`
2 parents 76e83a9 + fc88226 commit dc1dff9

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
name: Bug Report
3-
about: Bug reports about the Solidity Compiler.
43
labels: ["bug :bug:"]
54
---
65

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ blank_issues_enabled: false
22
contact_links:
33
- name: Bug Report
44
url: https://github.com/ethereum/solidity/issues/new?template=bug_report.md&projects=ethereum/solidity/43
5+
about: Bug reports about the Solidity Compiler.
56
- name: Documentation Issue
67
url: https://github.com/ethereum/solidity/issues/new?template=documentation_issue.md&projects=ethereum/solidity/43
8+
about: Solidity documentation.
79
- name: Feature Request
810
url: https://github.com/ethereum/solidity/issues/new?template=feature_request.md&projects=ethereum/solidity/43
11+
about: Solidity language or infrastructure feature requests.

.github/ISSUE_TEMPLATE/documentation_issue.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
name: Documentation Issue
3-
about: Solidity documentation.
43
labels: ["documentation :book:"]
54
---
65

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
name: Feature Request
3-
about: Solidity language or infrastructure feature requests.
43
labels: ["feature"]
54
---
65

0 commit comments

Comments
 (0)