mirror of https://github.com/dapr/docs.git
Merge pull request #606 from dapr/orizohar-patch-1
Added contribution guidance links in PR template
This commit is contained in:
commit
5ae62f6cc6
|
@ -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]_
|
||||
|
|
Loading…
Reference in New Issue