From c9f767bdb0b45743cbfdd519ca2e67b275a33f92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9gane=20Lacheny?= Date: Tue, 28 Oct 2025 16:10:10 +0100 Subject: [PATCH 1/3] Update PULL_REQUEST_TEMPLATE.md to match docs process + mention Contrib Program --- .github/PULL_REQUEST_TEMPLATE.md | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4ab69ebe6d..62e6ddfd5f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,25 +1,24 @@ -### What does it do? +As part of the Docs Contribution Program, all external contribution PRs are labeled `contribution`. +Feel free to read more details on the Contribution Program in the dedicated guide: +https://strapi.notion.site/Documentation-Contribution-Program-1d08f359807480d480fdde68bb7a5a71 -Describe the technical changes you did. +Let us know if you do not wish to take part in the Docs Contribution Program, and remove the `contribution` label. +--> -### Why is it needed? +### Description -Describe the issue you are solving. +Describe the changes you did: What does it do? Why is it needed? ### Related issue(s)/PR(s) -Let us know if this is related to any issue/pull request +Let us know if this is related to any issue/pull request or contribution idea suggested by the Docs team. From 1d4000dfc621b4d0bff8a8dac43ef7613847f7dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9gane=20Lacheny?= Date: Tue, 28 Oct 2025 16:37:28 +0100 Subject: [PATCH 2/3] Update CONTRIBUTING.md to mention to Contrib Program --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 878d935e77..ec57212ff6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,6 +17,8 @@ Contributing to the Strapi documentation implies 2 steps: 2. [Submit a pull request](#-pull-requests) for review. +By default, all external contributions are automatically labeled `contribution` to be apart of the [Docs Contribution Program](https://strapi.notion.site/Documentation-Contribution-Program-1d08f359807480d480fdde68bb7a5a71), which rewards contributors with points (based on the amount of updates in the pull request) that can then be used in the Strapi Shop to get Strapi goodies. If you do not wish to take part in the program, let the Strapi Documentation team know and the `contribution` label will be removed from your pull request. + ## 🦖 Docusaurus Strapi’s documentation is built with the React- and Markdown-based [Docusaurus](https://docusaurus.io) framework. @@ -98,6 +100,7 @@ To submit your contribution for review: That’s it! 🥳 Once the pull request is [reviewed and approved](#review-and-management-of-pull-requests), the Strapi Documentation team will merge it, and the content will be live on [docs.strapi.io](http://docs.strapi.io) a few minutes later. 🚀 +If your contribution takes part in the [Docs Contribution Program](https://strapi.notion.site/Documentation-Contribution-Program-1d08f359807480d480fdde68bb7a5a71), as soon as your pull request is merged, you should receive an email with a link to the Strapi Shop where points you have earned will have been granted to your account. ## Review and management of pull requests From 27124ebf0eb3074c68c0cdbfaa385de8c94e399f Mon Sep 17 00:00:00 2001 From: Pierre Wizla Date: Wed, 29 Oct 2025 16:28:11 +0100 Subject: [PATCH 3/3] =?UTF-8?q?WIP=20=E2=86=92=20Draft?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 62e6ddfd5f..14d3899fc1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,7 +5,7 @@ To help us merge your PR, make sure to follow the instructions detailed in the C https://github.com/strapi/documentation/blob/main/CONTRIBUTING.md Note that all documentation updates should be made against the `main` branch. -Keep your PR in WIP (Work In Progress) until it's ready to be reviewed and merged. +Keep your PR in Draft mode until it's ready to be reviewed and merged. As part of the Docs Contribution Program, all external contribution PRs are labeled `contribution`.