Added contribution guidance links in PR template

This commit is contained in:
Ori Zohar 2020-05-26 14:49:04 -07:00 committed by GitHub
parent 65dc2416ec
commit 8008969414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,7 @@
Thank you for helping make the Dapr documentaion better!
Please note all documentation contributions must be in accordance with the [official contribution guidance](https://github.com/dapr/docs/blob/master/contributing/README.md).
# Description # Description
_Please explain the changes you've made_ _Please explain the changes you've made_
@ -10,8 +14,12 @@ Please reference the issue this PR will close: #_[issue number]_
## Checklist ## Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: Please make sure you've completed the relevant tasks for this PR.
* [ ] Code compiles correctly For all contributions:
* [ ] Created/updated tests * [ ] [Style and tone](https://github.com/dapr/docs/blob/master/contributing/README.md#style-and-tone) are consistent with guidance
* [ ] Extended the documentation
For new documentation:
* [ ] Links to the new documentation are added to make it discoverable
* [ ] New "Concepts" articles follow [this guidance](https://github.com/dapr/docs/blob/master/contributing/README.md#contributing-to-concepts)
* [ ] New "How To" articles follow [this guidance](https://github.com/dapr/docs/blob/master/contributing/README.md#contributing-to-how-tos) and use [this template](https://github.com/dapr/docs/blob/master/contributing/howto-template.md)