Skip to content

Commit

Permalink
add issue templates
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <[email protected]>
  • Loading branch information
mikeee committed Feb 27, 2024
1 parent bef6e3b commit 0529068
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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:
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/discussion.md
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: ''

---
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request_or_proposal.md
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:
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
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 :) -->

0 comments on commit 0529068

Please sign in to comment.