I noticed the bot uses a bit of bad grammar here on line 32:
|
If you are not sure how to resolve this, here is some links that can help you: |
|
- [Usage documentation](${USAGE_DOC_URL}) |
|
- [Frequently Asked Questions](${FAQ_URL}) |
|
- [Support channels](${GET_HELP_URL}) |
I think it would be better if it said:
If you are not sure how to resolve this, here are some links that can help you:
I'm not sure if I can fix this with a PR to the lib/get-fail-comment.js file or if I also need to do something with tests, or change some other files as well?
Reactions are currently unavailable
I noticed the bot uses a bit of bad grammar here on line 32:
github/lib/get-fail-comment.js
Lines 32 to 35 in 3b1edd6
I think it would be better if it said:
I'm not sure if I can fix this with a PR to the lib/get-fail-comment.js file or if I also need to do something with tests, or change some other files as well?