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>
19 lines
331 B
YAML
19 lines
331 B
YAML
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
|