From 389071930291b6f00568b4c2afc991dbff9ea0af Mon Sep 17 00:00:00 2001 From: Ricardo Niepel Date: Thu, 16 Apr 2020 19:12:08 +0200 Subject: [PATCH] Update PR template to include doc issue ref (#1351) Initiative to ensure docs are in line to current feature set Co-authored-by: Aman Bhardwaj --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d3e31055991..b5709aa8113 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -16,6 +16,6 @@ Please make sure you've completed the relevant tasks for this PR, out of the fo * [ ] Created/updated tests * [ ] Unit tests passing * [ ] End-to-end tests passing -* [ ] Extended the documentation -* [ ] Specification has been updated -* [ ] Provided sample for the feature +* [ ] Extended the documentation / Created issue in the https://github.com/dapr/docs/ repo: dapr/docs#_[issue number]_ +* [ ] Specification has been updated / Created issue in the https://github.com/dapr/docs/ repo: dapr/docs#_[issue number]_ +* [ ] Provided sample for the feature / Created issue in the https://github.com/dapr/docs/ repo: dapr/docs#_[issue number]_