Skip to content

Commit 1573a46

Browse files
authored
Add release note instructions to issue template. (dapr#360)
1 parent c67bc47 commit 1573a46

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,14 @@ assignees: ''
1919
## Steps to Reproduce the Problem
2020

2121
<!-- How can a maintainer reproduce this issue (be detailed) -->
22+
23+
## Release Note
24+
25+
<!-- How should the fix for this issue be communicated in our release notes? It can be populated later. -->
26+
<!-- Keep it as a single line. Examples: -->
27+
28+
<!-- RELEASE NOTE: **ADD** New feature in Dapr. -->
29+
<!-- RELEASE NOTE: **FIX** Bug in runtime. -->
30+
<!-- RELEASE NOTE: **UPDATE** Runtime dependency. -->
31+
32+
RELEASE NOTE:

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,13 @@ assignees: ''
77

88
---
99
## Describe the feature
10+
11+
## Release Note
12+
<!-- How should this new feature be announced in our release notes? It can be populated later. -->
13+
<!-- Keep it as a single line. Examples: -->
14+
15+
<!-- RELEASE NOTE: **ADD** New feature in Dapr. -->
16+
<!-- RELEASE NOTE: **FIX** Bug in runtime. -->
17+
<!-- RELEASE NOTE: **UPDATE** Runtime dependency. -->
18+
19+
RELEASE NOTE:

0 commit comments

Comments
 (0)