Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add github issue templates #128

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 :) -->
Loading