forked from dapr/quickstarts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug in Dapr | ||
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 a maintainer reproduce this issue (be detailed) --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Feature Request | ||
about: Start a discussion for Dapr | ||
title: '' | ||
labels: kind/discussion | ||
assignees: '' | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
name: Feature Request | ||
about: Create a Feature Request for Dapr | ||
title: '' | ||
labels: kind/enhancement | ||
assignees: '' | ||
|
||
--- | ||
## Describe the feature |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
name: Proposal | ||
about: Create a proposal for Dapr | ||
title: '' | ||
labels: kind/proposal | ||
assignees: '' | ||
|
||
--- | ||
## Describe the proposal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
name: Question | ||
about: Ask a question about Dapr | ||
title: '' | ||
labels: kind/question | ||
assignees: '' | ||
|
||
--- | ||
## Ask your question here |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Description | ||
|
||
_Please explain the changes you've made_ | ||
|
||
## Issue reference | ||
|
||
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation. | ||
|
||
Please reference the issue this PR will close: #_[issue number]_ | ||
|
||
## Checklist | ||
|
||
Please make sure you've completed the relevant tasks for this PR, out of the following list: | ||
|
||
* [ ] Code compiles correctly | ||
* [ ] Created/updated tests | ||
* [ ] Extended the documentation |