mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #12420 from ethereum/security-policy-and-labels-in-template-chooser
Restore security policy link and labels in issue template chooser
This commit is contained in:
commit
10289fbc6a
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,6 +1,5 @@
|
||||
---
|
||||
name: Bug Report
|
||||
labels: ["bug :bug:"]
|
||||
---
|
||||
|
||||
<!--## Prerequisites
|
||||
|
9
.github/ISSUE_TEMPLATE/config.yml
vendored
9
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,11 +1,14 @@
|
||||
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
|
||||
url: https://github.com/ethereum/solidity/issues/new?template=bug_report.md&projects=ethereum/solidity/43&labels=bug+%3Abug%3A
|
||||
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
|
||||
url: https://github.com/ethereum/solidity/issues/new?template=documentation_issue.md&projects=ethereum/solidity/43&labels=documentation+%3Abook%3A
|
||||
about: Solidity documentation.
|
||||
- name: Feature Request
|
||||
url: https://github.com/ethereum/solidity/issues/new?template=feature_request.md&projects=ethereum/solidity/43
|
||||
url: https://github.com/ethereum/solidity/issues/new?template=feature_request.md&projects=ethereum/solidity/43&labels=feature
|
||||
about: Solidity language or infrastructure feature requests.
|
||||
- name: Report a security vulnerability
|
||||
url: https://github.com/ethereum/solidity/security/policy
|
||||
about: Please review our security policy for more details.
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
name: Documentation Issue
|
||||
labels: ["documentation :book:"]
|
||||
---
|
||||
|
||||
## Page
|
||||
|
1
.github/ISSUE_TEMPLATE/feature_request.md
vendored
1
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,6 +1,5 @@
|
||||
---
|
||||
name: Feature Request
|
||||
labels: ["feature"]
|
||||
---
|
||||
|
||||
<!--## Prerequisites
|
||||
|
Loading…
Reference in New Issue
Block a user