diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..67af90d2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Report a bug with the Rust SDK +title: '' +labels: kind/bug +assignees: '' + +--- +## Expected Behavior + + + + +## Actual Behavior + + + + +## Steps to Reproduce the Problem + + + +## Release Note + + + + + + +RELEASE NOTE: diff --git a/.github/ISSUE_TEMPLATE/discussion.md b/.github/ISSUE_TEMPLATE/discussion.md new file mode 100644 index 00000000..84233f5d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/discussion.md @@ -0,0 +1,8 @@ +--- +name: Discussion +about: Start a discussion for the Dapr Rust SDK +title: '' +labels: kind/discussion +assignees: '' + +--- diff --git a/.github/ISSUE_TEMPLATE/feature_request_or_proposal.md b/.github/ISSUE_TEMPLATE/feature_request_or_proposal.md new file mode 100644 index 00000000..88a196af --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request_or_proposal.md @@ -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 + + + + + + +RELEASE NOTE: diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..b15e9d57 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,12 @@ +--- +name: Question +about: Ask a question about the Rust SDK +title: '' +labels: kind/question +assignees: '' + +--- +## Question + + +