From db73c5afd0e7a6f3214ff3c3a91d0ca85c893a34 Mon Sep 17 00:00:00 2001 From: Samantha Coyle Date: Thu, 23 Oct 2025 14:54:40 -0500 Subject: [PATCH 1/2] feat: update pr template for promoting contributions Signed-off-by: Samantha Coyle --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d5583dbf8a..6634cce97f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -16,5 +16,13 @@ Please make sure you've completed the relevant tasks for this PR, out of the fol * [ ] Created/updated tests * [ ] Extended the documentation * [ ] Created the dapr/docs PR: +* [ ] I am interested in promoting this component/contribution within the Dapr community + * [ ] I would like help to showcase my contribution (e.g. blog posts, social media, newsletters) + * [ ] I am open to co-creating/creating tutorials, demos, or example applications to help others adopt this component + * [ ] I would like guidance on highlighting my contribution in presentations, meetups, webinars, or [Dapr Community Calls](https://github.com/dapr/community/issues) + * [ ] I would like to write an official [Dapr blog](https://github.com/dapr/community?tab=readme-ov-file#dapr-blog) about this contribution + * [ ] I am happy to provide usage examples, metrics, or success stories for case studies or community highlights + * [ ] I am interested in participating in early access programs or beta testing with community members + * [ ] I am willing to be featured in social media posts or community highlights, including X, LinkedIn, and/or YouTube **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. From ba8facfcf31afea4dfb8cfcf6041726e87068778 Mon Sep 17 00:00:00 2001 From: Samantha Coyle Date: Fri, 24 Oct 2025 09:31:45 -0500 Subject: [PATCH 2/2] style: add note for help Signed-off-by: Samantha Coyle --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6634cce97f..e9ac1e15bf 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,6 +17,7 @@ Please make sure you've completed the relevant tasks for this PR, out of the fol * [ ] Extended the documentation * [ ] Created the dapr/docs PR: * [ ] I am interested in promoting this component/contribution within the Dapr community + * Note: The Dapr team can help create, edit, and distribute promotional content — so no writing or design experience is required! * [ ] I would like help to showcase my contribution (e.g. blog posts, social media, newsletters) * [ ] I am open to co-creating/creating tutorials, demos, or example applications to help others adopt this component * [ ] I would like guidance on highlighting my contribution in presentations, meetups, webinars, or [Dapr Community Calls](https://github.com/dapr/community/issues)