From 0fa2e091ab46085e73a7025ab6a6720c33afcced Mon Sep 17 00:00:00 2001 From: Felanbird <41973452+Felanbird@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:49:14 -0400 Subject: [PATCH] readme: reword step for successful or failed ci check (#6599) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8d3d7d8c..9696a9c47 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ commit=9db374fc205c5aae1f99bd5fd127266076f40ec8 7. Write a short description of what your plugin does and then create your pull request. - 8. Check the result of your PR's CI workflow. With a ✔️ all is good, however if it has a ❌ next to your commit click it to check the build log for details of the failure. Once you've read over the build error, make the required changes, and push another commit to update the PR with the new `commit=` hash. + 8. Check the result of your PR's CI workflow, next to `.github/workflows/build.yml / build (pull_request)` will be either a ✔️ or an ❌. With a ✔️ all is good, however if it has an ❌, click `Details` to check the build log for details of the failure. Along with the build workflow there also may be an ❌ next to `RuneLite Plugin Hub Checks`, you will only need to worry about this if it says `View details for requested changes.`, in that case you should also read over those requested changes. Once you've read over the build error and requested changes, make the required changes, and push another commit to update the PR with the new `commit=` hash. Don't worry about how many times it takes you to resolve build errors; we prefer all changes be kept in a single pull request to avoid spamming notifications with further newly-opened PRs. 9. Be patient and wait for your plugin to be reviewed and merged.