Skip to content

Commit 040d2c6

Browse files
Update changelog.yml
1 parent edc9170 commit 040d2c6

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/ISSUE_TEMPLATE/changelog.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: 🔄 Changelog Entry
2+
description: Suggest a changelog entry
3+
labels: [changelog]
4+
body:
5+
- type: dropdown
6+
attributes:
7+
label: Type of change
8+
options:
9+
- Added
10+
- Changed
11+
- Deprecated
12+
- Removed
13+
- Fixed
14+
- Security
15+
validations:
16+
required: true
17+
18+
- type: textarea
19+
attributes:
20+
label: Description
21+
description: Describe the change
22+
placeholder: "Added support for X..."
23+
validations:
24+
required: true
25+
26+
- type: input
27+
attributes:
28+
label: Related PR or Issue
29+
placeholder: "#123"

0 commit comments

Comments
 (0)