mirror of https://github.com/dapr/docs.git
Added contribution guidance links in PR template
This commit is contained in:
parent
65dc2416ec
commit
8008969414
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue