forked from ietf-tools/datatracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnew-feature.yml
More file actions
25 lines (25 loc) · 926 Bytes
/
Copy pathnew-feature.yml
File metadata and controls
25 lines (25 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: Suggest new feature or enhancement
description: Propose a new idea to be implemented.
labels: ["enhancement"]
type: Feature
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to propose a new feature or enhancement idea.
- type: textarea
id: description
attributes:
label: Description
description: Include as much info as possible, including mockups or screenshots if available.
placeholder: Description
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this request, you agree to follow our [Code of Conduct](https://github.com/ietf-tools/.github/blob/main/CODE_OF_CONDUCT.md).
options:
- label: I agree to follow the [IETF's Code of Conduct](https://github.com/ietf-tools/.github/blob/main/CODE_OF_CONDUCT.md)
required: true