mirror of https://github.com/dapr/go-sdk.git
commit
ad30b322b4
|
@ -0,0 +1,40 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Report a bug in go-sdk
|
||||
title: ''
|
||||
labels: kind/bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
<!-- If you need to report a security issue with Dapr, send an email to daprct@microsoft.com. -->
|
||||
## In what area(s)?
|
||||
|
||||
<!-- Remove the '> ' to select -->
|
||||
|
||||
> /area runtime
|
||||
> /area operator
|
||||
> /area placement
|
||||
> /area docs
|
||||
> /area test-and-release
|
||||
|
||||
## What version of Dapr?
|
||||
|
||||
<!-- Delete all but your choice -->
|
||||
|
||||
> 0.1.x
|
||||
> 0.2.x
|
||||
> Output of git describe --dirty
|
||||
|
||||
## 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) -->
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
name: Feature Request
|
||||
about: Start a discussion for go-sdk
|
||||
title: ''
|
||||
labels: kind/discussion
|
||||
assignees: ''
|
||||
|
||||
---
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
name: Feature Request
|
||||
about: Create a Feature Request for go-sdk
|
||||
title: ''
|
||||
labels: kind/enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
<!-- If you need to report a security issue with Dapr, send an email to daprct@microsoft.com. -->
|
||||
## In what area(s)?
|
||||
|
||||
<!-- Remove the '> ' to select -->
|
||||
|
||||
> /area runtime
|
||||
> /area operator
|
||||
> /area placement
|
||||
> /area docs
|
||||
> /area test-and-release
|
||||
|
||||
## Describe the feature
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
name: Proposal
|
||||
about: Create a proposal for go-sdk
|
||||
title: ''
|
||||
labels: kind/proposal
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
## Describe the proposal
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
name: Question
|
||||
about: Ask a question about go-sdk
|
||||
title: ''
|
||||
labels: kind/question
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
<!-- If you need to report a security issue with Dapr, send an email to daprct@microsoft.com. -->
|
||||
## In what area(s)?
|
||||
|
||||
<!-- Remove the '> ' to select -->
|
||||
|
||||
> /area runtime
|
||||
> /area operator
|
||||
> /area placement
|
||||
> /area docs
|
||||
> /area test-and-release
|
||||
|
||||
## Ask your question here
|
|
@ -0,0 +1,21 @@
|
|||
# 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
|
||||
* [ ] Unit tests passing
|
||||
* [ ] End-to-end tests passing
|
||||
* [ ] Extended the documentation
|
||||
* [ ] Specification has been updated
|
||||
* [ ] Provided sample for the feature
|
Loading…
Reference in New Issue