Skip to content

Commit 6415ed9

Browse files
authored
add issue templates (#128)
Signed-off-by: mikeee <[email protected]>
1 parent 011fa64 commit 6415ed9

File tree

4 files changed

+68
-0
lines changed

4 files changed

+68
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug report
3+
about: Report a bug with the Rust SDK
4+
title: ''
5+
labels: kind/bug
6+
assignees: ''
7+
8+
---
9+
## Expected Behavior
10+
11+
<!-- Briefly describe what you expect to happen -->
12+
13+
14+
## Actual Behavior
15+
16+
<!-- Briefly describe what is actually happening -->
17+
18+
19+
## Steps to Reproduce the Problem
20+
21+
<!-- How can this issue be reproduced (be detailed) -->
22+
23+
## Release Note
24+
<!-- How should the fix for this issue be communicated in our release notes? It can be populated later. -->
25+
<!-- Keep it as a single line. Examples: -->
26+
<!-- RELEASE NOTE: **ADD** New feature in the Rust SDK. -->
27+
<!-- RELEASE NOTE: **FIX** Bug in Client. -->
28+
<!-- RELEASE NOTE: **UPDATE** Client dependencies. -->
29+
30+
RELEASE NOTE:

.github/ISSUE_TEMPLATE/discussion.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Discussion
3+
about: Start a discussion for the Dapr Rust SDK
4+
title: ''
5+
labels: kind/discussion
6+
assignees: ''
7+
8+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Feature Request/Proposal
3+
about: Create a Feature Request/Proposal for the Rust SDK
4+
title: ''
5+
labels: kind/enhancement
6+
assignees: ''
7+
8+
---
9+
## Describe the feature/proposal
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+
<!-- RELEASE NOTE: **ADD** New feature in the Rust SDK. -->
15+
<!-- RELEASE NOTE: **FIX** Bug in Client. -->
16+
<!-- RELEASE NOTE: **UPDATE** Client dependencies. -->
17+
18+
RELEASE NOTE:

.github/ISSUE_TEMPLATE/question.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Question
3+
about: Ask a question about the Rust SDK
4+
title: ''
5+
labels: kind/question
6+
assignees: ''
7+
8+
---
9+
## Question
10+
11+
<!-- Ask your question here -->
12+
<!-- Include as much information as possible to find an answer quicker :) -->

0 commit comments

Comments
 (0)