mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Add feature request and test flake template to stop users from using wrong or empty template Redirect questions to discuss page to remove load from maintainers. Remove distributors appliations as they are not used at all. Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
34 lines
570 B
YAML
34 lines
570 B
YAML
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?
|