actions: greet: Update the PR greeting text
Update the text so it points to useful parts of the documentation regarding CI and contribution guidelines. Also invite users to join Discord to ask for help. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
a2b238eee7
commit
acb4e2748c
1 changed files with 11 additions and 5 deletions
|
@ -29,12 +29,18 @@ jobs:
|
||||||
Hello @${{ github.event.pull_request.user.login }}, and thank you very much for your
|
Hello @${{ github.event.pull_request.user.login }}, and thank you very much for your
|
||||||
first pull request to the Zephyr project!
|
first pull request to the Zephyr project!
|
||||||
|
|
||||||
|
Our Continuous Integration pipeline will execute a series of checks on your Pull Request
|
||||||
A project maintainer just triggered our CI pipeline to run it against your PR and
|
commit messages and code, and you are expected to address any failures by updating the PR.
|
||||||
ensure it's compliant and doesn't cause any issues. You might want to take this
|
Please take a look at [our commit message guidelines](https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-message-guidelines)
|
||||||
opportunity to review the project's [Contributor
|
to find out how to format your commit messages, and at [our contribution workflow](https://docs.zephyrproject.org/latest/contribute/guidelines.html#contribution-workflow)
|
||||||
|
to understand how to update your Pull Request.
|
||||||
|
If you haven't already, please make sure to review the project's [Contributor
|
||||||
Expectations](https://docs.zephyrproject.org/latest/contribute/contributor_expectations.html)
|
Expectations](https://docs.zephyrproject.org/latest/contribute/contributor_expectations.html)
|
||||||
and make any updates to your pull request if necessary. 😊
|
and update (by amending and force-pushing the commits) your pull request if necessary.
|
||||||
|
|
||||||
|
If you are stuck or need help please join us on [Discord](https://chat.zephyrproject.org/)
|
||||||
|
and ask your question there. Additionally, you can [escalate the review](https://docs.zephyrproject.org/latest/contribute/contributor_expectations.html#pr-review-escalation)
|
||||||
|
when applicable. 😊
|
||||||
|
|
||||||
pr-merged-message: >
|
pr-merged-message: >
|
||||||
Hi @${{ github.event.pull_request.user.login }}!
|
Hi @${{ github.event.pull_request.user.login }}!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue