-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: mikeee <[email protected]>
- Loading branch information
Showing
4 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug with the Rust SDK | ||
title: '' | ||
labels: kind/bug | ||
assignees: '' | ||
|
||
--- | ||
## Expected Behavior | ||
|
||
<!-- Briefly describe what you expect to happen --> | ||
|
||
|
||
## Actual Behavior | ||
|
||
<!-- Briefly describe what is actually happening --> | ||
|
||
|
||
## Steps to Reproduce the Problem | ||
|
||
<!-- How can this issue be reproduced (be detailed) --> | ||
|
||
## Release Note | ||
<!-- How should the fix for this issue be communicated in our release notes? It can be populated later. --> | ||
<!-- Keep it as a single line. Examples: --> | ||
<!-- RELEASE NOTE: **ADD** New feature in the Rust SDK. --> | ||
<!-- RELEASE NOTE: **FIX** Bug in Client. --> | ||
<!-- RELEASE NOTE: **UPDATE** Client dependencies. --> | ||
|
||
RELEASE NOTE: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Discussion | ||
about: Start a discussion for the Dapr Rust SDK | ||
title: '' | ||
labels: kind/discussion | ||
assignees: '' | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
name: Feature Request/Proposal | ||
about: Create a Feature Request/Proposal for the Rust SDK | ||
title: '' | ||
labels: kind/enhancement | ||
assignees: '' | ||
|
||
--- | ||
## Describe the feature/proposal | ||
|
||
## Release Note | ||
<!-- How should this new feature be announced in our release notes? It can be populated later. --> | ||
<!-- Keep it as a single line. Examples: --> | ||
<!-- RELEASE NOTE: **ADD** New feature in the Rust SDK. --> | ||
<!-- RELEASE NOTE: **FIX** Bug in Client. --> | ||
<!-- RELEASE NOTE: **UPDATE** Client dependencies. --> | ||
|
||
RELEASE NOTE: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
name: Question | ||
about: Ask a question about the Rust SDK | ||
title: '' | ||
labels: kind/question | ||
assignees: '' | ||
|
||
--- | ||
## Question | ||
|
||
<!-- Ask your question here --> | ||
<!-- Include as much information as possible to find an answer quicker :) --> |