From 85823d2fa9fb89a3c19f15259da7811d1474745f Mon Sep 17 00:00:00 2001 From: Cassandra Coyle Date: Thu, 26 Jun 2025 11:06:10 -0500 Subject: [PATCH 1/2] update PR template Signed-off-by: Cassandra Coyle --- .github/pull_request_template.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a21d4e8774..ab102ab158 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,4 +14,8 @@ Please make sure you've completed the relevant tasks for this PR, out of the fol * [ ] Code compiles correctly * [ ] Created/updated tests -* [ ] Extended the documentation / Created issue in the https://github.com/dapr/docs/ repo: dapr/docs#_[issue number]_ +* [ ] Extended the documentation + * [ ] Created an issue in the https://github.com/dapr/docs/ repo: + * [ ] Created the dapr/docs PR: + +**Note:** For implementation PRs, we expect contributors to open a corresponding documentation PR in the [dapr/docs](https://github.com/dapr/docs/) repository. As the implementer, you are the best person to document your work! Implementation PRs will not be merged until the documentation PR is opened and ready for review. From 17e2aab26948400025a5b58556f4c7205d5f756c Mon Sep 17 00:00:00 2001 From: Cassandra Coyle Date: Thu, 26 Jun 2025 11:09:41 -0500 Subject: [PATCH 2/2] rm issue link and keep PR link Signed-off-by: Cassandra Coyle --- .github/pull_request_template.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ab102ab158..d5583dbf8a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,7 +15,6 @@ Please make sure you've completed the relevant tasks for this PR, out of the fol * [ ] Code compiles correctly * [ ] Created/updated tests * [ ] Extended the documentation - * [ ] Created an issue in the https://github.com/dapr/docs/ repo: * [ ] Created the dapr/docs PR: -**Note:** For implementation PRs, we expect contributors to open a corresponding documentation PR in the [dapr/docs](https://github.com/dapr/docs/) repository. As the implementer, you are the best person to document your work! Implementation PRs will not be merged until the documentation PR is opened and ready for review. +**Note:** We expect contributors to open a corresponding documentation PR in the [dapr/docs](https://github.com/dapr/docs/) repository. As the implementer, you are the best person to document your work! Implementation PRs will not be merged until the documentation PR is opened and ready for review.