Skip to content

Commit 4f65240

Browse files
author
Leo
authored
Merge pull request #13454 from ethereum/github-labels-and-issue-changes
Update issue selector, and remove auto labeling
2 parents fa5ea38 + a08d39c commit 4f65240

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Bug Report
4-
url: https://github.com/ethereum/solidity/issues/new?template=bug_report.md&projects=ethereum/solidity/43&labels=bug+%3Abug%3A
5-
about: Bug reports about the Solidity Compiler.
4+
url: https://github.com/ethereum/solidity/issues/new?template=bug_report.md&projects=ethereum/solidity/43
5+
about: Bug reports for the Solidity Compiler.
66
- name: Documentation Issue
7-
url: https://github.com/ethereum/solidity/issues/new?template=documentation_issue.md&projects=ethereum/solidity/43&labels=documentation+%3Abook%3A
7+
url: https://github.com/ethereum/solidity/issues/new?template=documentation_issue.md&projects=ethereum/solidity/43
88
about: Solidity documentation.
99
- name: Feature Request
10-
url: https://github.com/ethereum/solidity/issues/new?template=feature_request.md&projects=ethereum/solidity/43&labels=feature
10+
url: https://github.com/ethereum/solidity/issues/new?template=feature_request.md&projects=ethereum/solidity/43
1111
about: Solidity language or infrastructure feature requests.
1212
- name: Report a security vulnerability
1313
url: https://github.com/ethereum/solidity/security/policy
1414
about: Please review our security policy for more details.
15+
- name: Initiate a language design or feedback discussion
16+
url: https://forum.soliditylang.org
17+
about: Open a thread on the Solidity forum.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ name: Feature Request
1010
- [Solidity chat](https://gitter.im/ethereum/solidity)
1111
- [Stack Overflow](https://ethereum.stackexchange.com/)
1212
- Ensure the issue isn't already reported (check `feature` and `language design` labels).
13+
- If you feel uncertain about your feature request, perhaps it's better to open a language design or feedback forum thread via the issue selector, or by going to the forum directly.
14+
- [Solidity forum](https://forum.soliditylang.org/)
1315
1416
*Delete the above section and the instructions in the sections below before submitting*
1517
-->

0 commit comments

Comments
 (0)