diff --git a/openedx_webhooks/templates/github_community_pr_comment.md.j2 b/openedx_webhooks/templates/github_community_pr_comment.md.j2 index 425c8b12..39f87f70 100644 --- a/openedx_webhooks/templates/github_community_pr_comment.md.j2 +++ b/openedx_webhooks/templates/github_community_pr_comment.md.j2 @@ -8,7 +8,7 @@ This repository has no maintainer (yet). {% else %} This repository is currently unmaintained. {% endif %} -
#### :radio_button: Find a technical reviewer +

:radio_button: Find a technical reviewer

To get help with finding a technical reviewer, tag the community contributions project manager for this PR in a comment and let them know that your changes are ready for review: 1. On the right-hand side of the PR, find the Contributions project, click the caret in the top right corner to expand it, and check the "Primary PM" field for the name of your PM. @@ -18,7 +18,7 @@ To get help with finding a technical reviewer, tag the community contributions p Once you've gone through the following steps feel free to tag them in a comment and let them know that your changes are ready for engineering review. -
#### :radio_button: Get product approval +

:radio_button: Get product approval

If you haven't already, [check this list](https://openedx.atlassian.net/wiki/spaces/COMM/pages/3875962884/How+to+submit+an+open+source+contribution+for+Product+Review#Does-my-contribution-require-Product-Review%3F) to see if your contribution needs to go through the product review process. @@ -26,7 +26,7 @@ If you haven't already, [check this list](https://openedx.atlassian.net/wiki/spa - This process (including the steps you'll need to take) is documented [here](https://openedx.atlassian.net/wiki/spaces/COMM/pages/3875962884/How+to+submit+an+open+source+contribution+for+Product+Review#Product-Review-Process). - If it doesn't, simply proceed with the next step.
-#### :radio_button: Provide context +

:radio_button: Provide context

To help your reviewers and other members of the community understand the purpose and larger context of your changes, feel free to add as much of the following information to the PR description as you can: @@ -42,7 +42,7 @@ To help your reviewers and other members of the community understand the purpose - Relevant [Open edX discussion forum](https://discuss.openedx.org/) threads
{% if not has_signed_agreement %} -#### :radio_button: Submit a signed contributor agreement (CLA) +

:radio_button: Submit a signed contributor agreement (CLA)

:warning: We ask all contributors to the Open edX project to submit a [signed contributor agreement](https://openedx.org/cla) or indicate their institutional affiliation. Please see the [CONTRIBUTING](https://github.com/openedx/.github/blob/master/CONTRIBUTING.md) file for more information. @@ -58,7 +58,7 @@ If the CLA check continues to fail, you can tag the `@openedx/cla-problems` team {% endif %} {% if is_first_time %} -#### :radio_button: Wait for tests to be enabled +

:radio_button: Wait for tests to be enabled

It looks like you are contributing to this repository for the first time. This means that automated tests won't run automatically, and that you'll need to wait for a test run to be authorized. @@ -67,12 +67,12 @@ If you're experiencing a delay of two weeks or more at this step, tag the [commu
{% endif %} -#### :radio_button: Get a green build +

:radio_button: Get a green build

If one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green.
{% if is_draft %} -#### :radio_button: Update the status of your PR +

:radio_button: Update the status of your PR

Your PR is currently marked as a draft. After completing the steps above, update its status by clicking "Ready for Review", or removing "WIP" from the title, as appropriate.