Add a PR template with instructions for updating automatic validation (#507)

Signed-off-by: Charlie Stanley <charlie.stanley@microsoft.com>
Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
This commit is contained in:
Charlie Stanley 2022-01-12 14:05:20 -08:00 committed by Amulya Varote
parent f985a914ad
commit ab994a5894
1 changed files with 1 additions and 0 deletions

View File

@ -15,3 +15,4 @@ Please make sure you've completed the relevant tasks for this PR, out of the fol
* [ ] The quickstart code compiles correctly
* [ ] You've tested new builds of the quickstart if you changed quickstart code
* [ ] You've updated the quickstart's README if necessary
* [ ] If you have changed the steps for a quickstart be sure that you have updated the automated validation accordingly. All of our quickstarts have annotations that allow them to be executed automatically as code. For more information see [mechanical-markdown](https://github.com/dapr/mechanical-markdown#readme). For user guide with examples see [Examples](https://github.com/dapr/mechanical-markdown/tree/main/examples#mechanical-markdown-by-example).