You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local issue_title="Address commit comments (commit ${short_sha})"
381
+
local issue_title="Address commit comments (commit \`${short_sha}\`)"
382
382
local commit_link="https://github.com/${owner}/${repo}/commit/${commit_sha}"
383
383
local issue_body="This commit has **${count}** comment(s) from core contributors that require attention.
384
384
@@ -391,8 +391,8 @@ Interested in helping improve the project? If you are, the comment linked to abo
391
391
392
392
What do you need to do?
393
393
394
-
1. Open the link to the commit above.
395
-
2. Find all the comments which mention @stdlib-bot. These comments should describe follow-up tasks or desired changes, such as formatting improvements, small refactorings, or clean-up.
394
+
1. Open the above linked comments mentioning @stdlib-bot.
395
+
2. Review the suggested changes or follow-up tasks (e.g., formatting improvements, small refactorings, or clean-up).
396
396
3. If you are a first-time contributor, follow the [contributing](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) and [development](https://github.com/stdlib-js/stdlib/blob/develop/docs/development.md) guides to setup your local environment for contributing to stdlib. If you are already a seasoned stdlib contributor, create a new branch on your local fork for making the changes.
397
397
4. Make all the desired changes and commit those changes to a local branch.
398
398
5. Push the changes to GitHub and open a new pull request against the \`develop\` branch of the main stdlib development [repository](https://github.com/stdlib-js/stdlib).
0 commit comments