add issue templates (#128)

Signed-off-by: mikeee <hey@mike.ee>
This commit is contained in:
Mike Nguyen 2024-02-28 15:04:18 +00:00 committed by GitHub
parent 011fa64669
commit 6415ed9a18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 68 additions and 0 deletions

30
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -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:

8
.github/ISSUE_TEMPLATE/discussion.md vendored Normal file
View File

@ -0,0 +1,8 @@
---
name: Discussion
about: Start a discussion for the Dapr Rust SDK
title: ''
labels: kind/discussion
assignees: ''
---

View File

@ -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:

12
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@ -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 :) -->