Merge pull request #606 from dapr/orizohar-patch-1

Added contribution guidance links in PR template
This commit is contained in:
Ori Zohar 2020-05-27 14:57:55 -07:00 committed by GitHub
commit 5ae62f6cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 12 deletions

View File

@ -1,17 +1,15 @@
# Description
Thank you for helping make the Dapr documentaion better!
If you are a new contributor, please see the [this contribution guidance](https://github.com/dapr/docs/blob/master/contributing/README.md) which helps keep the Dapr documentation readable, consistent and useful for Dapr users.
If you are contributing a new authored "How To" article, [this template](https://github.com/dapr/docs/blob/master/contributing/howto-template.md) was created to assist you.
In addition, please fill out the following to help reviewers understand this pull request:
## 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
_Please reference the issue this PR will close: #[issue number]_