We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc9170 commit 040d2c6Copy full SHA for 040d2c6
.github/ISSUE_TEMPLATE/changelog.yml
@@ -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
20
+ label: Description
21
+ description: Describe the change
22
+ placeholder: "Added support for X..."
23
24
25
26
+ - type: input
27
28
+ label: Related PR or Issue
29
+ placeholder: "#123"
0 commit comments