Add check for non-inclusive language - #54
Conversation
|
Would be great if the action (or at least the commit message or PR description) would have some human-readable description what does the CI action does and why. |
| @@ -0,0 +1,18 @@ | |||
| # yamllint disable rule:line-length | |||
| # name: woke | |||
There was a problem hiding this comment.
| # name: woke | |
| name: woke |
Sorry - we get so caught up in the tasks that the core team is focused on, we forget that other people might not realize what we're doing. @nhosoi We should update all of the existing PRs like this: PR title: Add check for non-inclusive language PR body: Add a check for usage of terms and language that is considered non-inclusive. We are using the in .github/workflows/woke.yml at the top-level it should have Then the PR status will look like @Jakuje is this sufficient? |
Add a check for usage of terms and language that is considered non-inclusive. We are using the woke tool for this with a wordlist that can be found at https://github.com/linux-system-roles/tox-lsr/blob/main/src/tox_lsr/config_files/woke.yml
|
@richm, I put |
|
Thanks for the improvements. Looks better. I have only concern about the modification of the changelog how it is done now. |
Not sure what you mean - what's your concern about the changelog? |
Is it that the intention of the changelog is that it is readable by end users, and having lines like is going to be distracting? |
|
yes, the linter hint might be distracting or confusing to users. I think editing the changelog not to contain potentially non-inclusive language should be preferred way (this is why we do it anyway, aren't we). |
|
[citest] |
|
[citest bad] |
|
Thanks for your approval, @Jakuje! Since I have no privilege to do so, if you could merge this pr, I'd appreciate it. Thanks! |
t184256
left a comment
There was a problem hiding this comment.
Looks fine to me, thanks.
Add a check for usage of terms and language that is considered non-inclusive. We are using the woke tool for this with a wordlist that can be found at https://github.com/linux-system-roles/tox-lsr/blob/main/src/tox_lsr/config_files/woke.yml
CHANGELOG.md - cleanup non-inclusive words.