mirror of https://github.com/dapr/go-sdk.git
updated contrib doc for sdk vs dapr
This commit is contained in:
parent
4ed987ab1e
commit
0b8f3014f1
|
|
@ -1,6 +1,6 @@
|
|||
# Contribution Guidelines
|
||||
|
||||
Thank you for your interest in Dapr!
|
||||
Thank you for your interest in Dapr go SDK!
|
||||
|
||||
This project welcomes contributions and suggestions. Most contributions require you to
|
||||
agree to a Contributor License Agreement (CLA) declaring that you have the right to,
|
||||
|
|
@ -37,18 +37,13 @@ There are 4 types of issues:
|
|||
|
||||
Before you file an issue, make sure you've checked the following:
|
||||
|
||||
1. Is it the right repository?
|
||||
- The Dapr project is distributed across multiple repositories. Check the list of [repositories](https://github.com/dapr) if you aren't sure which repo is the correct one.
|
||||
1. Check for existing issues
|
||||
- Before you create a new issue, please do a search in [open issues](https://github.com/dapr/go-sdk/issues) to see if the issue or feature request has already been filed.
|
||||
- If you find your issue already exists, make relevant comments and add your [reaction](https://github.com/blog/2119-add-reaction-to-pull-requests-issues-and-comments). Use a reaction:
|
||||
- 👍 up-vote
|
||||
- 👎 down-vote
|
||||
1. For bugs
|
||||
- Check it's not an environment issue. For example, if running on Kubernetes, make sure prerequisites are in place. (state stores, bindings, etc.)
|
||||
- You have as much data as possible. This usually comes in the form of logs and/or stacktrace. If running on Kubernetes or other environment, look at the logs of the Dapr services (runtime, operator, placement service). More details on how to get logs can be found [here](https://github.com/dapr/docs/tree/master/best-practices/troubleshooting/logs.md).
|
||||
1. For proposals
|
||||
- Many changes to the Dapr runtime may require changes to the API. In that case, the best place to discuss the potential feature is the main [Dapr repo](https://github.com/dapr/dapr).
|
||||
- Some changes to the Dapr go SDK may require changes to the API. In that case, the best place to discuss the potential feature is the main [Dapr repo](https://github.com/dapr/dapr).
|
||||
- Other examples could include bindings, state stores or entirely new components.
|
||||
|
||||
## Contributing to Dapr
|
||||
|
|
|
|||
Loading…
Reference in New Issue