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
It would be nice, if user can customize this part of Sentiment Bot message:
Keep in mind, this repository uses the Contributor Covenant.
Now user can't change this text.
2. Argumentation
More customization — always good.
User can want to:
use another message instead of Keep in mind, this repository uses the Contributor Covenant,
using [**bold links**](http://example.link) instead of [**link**](http://example.link).
3. Example of expected behavior
If in config.yml:
sentimentBotReplyComment: | Please be sure to review the code of conduct and be respectful of other users. cc/ @Kristinita [**CODE_OF_CONDUCT.md**](https://<link to CODE_OF_CONDUCT>) for this repository.
sentiment-bot will use [**CODE_OF_CONDUCT.md**](https://<link to CODE_OF_CONDUCT>) for this repository. instead of Keep in mind, this repository uses the Contributor Covenant.
Thanks.
The text was updated successfully, but these errors were encountered:
Right now, the code only appends that line if the repository has a code of conduct, so that way if the link or kind of code of conduct change, they wouldn't need to change their config file, since this information is from the GitHub API.
However, I'm not opposed to implementing a way to turn this off, but I wouldn't wanna break the functionality for existing users who desire this functionality. Would you be interested in implementing this change?
I don't think, that this will occur frequently. Example: I create a file CODE_OF_CONDUCT.md, when I create new repository, → then I don't deal with this file.
but I wouldn't wanna break the functionality for existing user
1. Summary
It would be nice, if user can customize this part of Sentiment Bot message:
Now user can't change this text.
2. Argumentation
More customization — always good.
User can want to:
Keep in mind, this repository uses the Contributor Covenant
,[**bold links**](http://example.link)
instead of[**link**](http://example.link)
.3. Example of expected behavior
If in
config.yml
:sentiment-bot will use
[**CODE_OF_CONDUCT.md**](https://<link to CODE_OF_CONDUCT>) for this repository.
instead ofKeep in mind, this repository uses the Contributor Covenant
.Thanks.
The text was updated successfully, but these errors were encountered: