mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #14459 from serathius/template
github: Improve issue templates to speed up issue triage
This commit is contained in:
commit
bbcbcd9db4
@ -1,7 +1,7 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Report a bug encountered while operating Etcd
|
description: Report a bug encountered while operating Etcd
|
||||||
labels:
|
labels:
|
||||||
- area/bug
|
- type/bug
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: Question
|
||||||
|
url: https://github.com/etcd-io/etcd/discussions
|
||||||
|
about: Question relating to Etcd
|
@ -1,28 +0,0 @@
|
|||||||
---
|
|
||||||
name: Distributors Application
|
|
||||||
title: Distributors Application for <YOUR DISTRIBUTION HERE>
|
|
||||||
about: Apply for membership of security@etcd.io
|
|
||||||
---
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Please answer the following questions and provide supporting evidence for
|
|
||||||
meeting the membership criteria.
|
|
||||||
-->
|
|
||||||
|
|
||||||
**Actively monitored security email alias for our project:**
|
|
||||||
|
|
||||||
**1. Have a user base not limited to your own organization.**
|
|
||||||
|
|
||||||
**2. Have a publicly verifiable track record up to present day of fixing security issues.**
|
|
||||||
|
|
||||||
**3. Not be a downstream or rebuild of another distribution.**
|
|
||||||
|
|
||||||
**4. Be a participant and active contributor in the community.**
|
|
||||||
|
|
||||||
**5. Accept the Embargo Policy.**
|
|
||||||
<!-- https://github.com/etcd-io/etcd/blob/main/security/security-release-process.md#disclosures -->
|
|
||||||
|
|
||||||
**6. Be willing to contribute back.**
|
|
||||||
<!-- Per https://github.com/etcd-io/etcd/blob/main/security/security-release-process.md#patch-release-and-public-communication -->
|
|
||||||
|
|
||||||
**7. Have someone already on the list vouch for the person requesting membership on behalf of your distribution.**
|
|
18
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
18
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
name: Feature request
|
||||||
|
description: Provide idea for a new feature
|
||||||
|
labels:
|
||||||
|
- type/feature
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: feature
|
||||||
|
attributes:
|
||||||
|
label: What would you like to be added?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: rationale
|
||||||
|
attributes:
|
||||||
|
label: Why is this needed?
|
||||||
|
validations:
|
||||||
|
required: true
|
33
.github/ISSUE_TEMPLATE/test-flake.yml
vendored
Normal file
33
.github/ISSUE_TEMPLATE/test-flake.yml
vendored
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
name: Flaking Test
|
||||||
|
description: Report flaky tests
|
||||||
|
labels:
|
||||||
|
- type/flake
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: workflows
|
||||||
|
attributes:
|
||||||
|
label: Which github workflows are flaking?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: tests
|
||||||
|
attributes:
|
||||||
|
label: Which tests are flaking?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: link
|
||||||
|
attributes:
|
||||||
|
label: Github Action link
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: reason
|
||||||
|
attributes:
|
||||||
|
label: Reason for failure (if possible)
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: additional
|
||||||
|
attributes:
|
||||||
|
label: Anything else we need to know?
|
Loading…
x
Reference in New Issue
Block a user