mirror of https://github.com/dapr/rust-sdk.git
parent
011fa64669
commit
6415ed9a18
|
@ -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:
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
name: Discussion
|
||||
about: Start a discussion for the Dapr Rust SDK
|
||||
title: ''
|
||||
labels: kind/discussion
|
||||
assignees: ''
|
||||
|
||||
---
|
|
@ -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:
|
|
@ -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 :) -->
|
Loading…
Reference in New Issue