You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This page serves as a way to list any problematic language in the Sling codebases and the steps to remove it.

Topics

Rename 'master' Git branch

This branch can be renamed. One suggestion is to rename it to the 'main' branch although we should monitor what elsewhere is becoming the consensus on a new name for this branch.

Actions to take

  • ...

Find problematic language in code and rename if possible

  • $ repo grep -i 'whitelist'
    rename to ...
  • $ repo grep -i 'blacklist'
    rename to ...
  • $ repo grep -i 'slave'
    rename to ...
  • $ repo grep -i 'master'
    rename to ...

We need to investigate if the rename has an impact on backward compatibility.

Actions to take

...

Documentation changes

Problematic language

Any problematic language in the documentation on its own should be fixed.

Actions to take

...

Changes required because of code/git changes

Changes made in git and/or source code should be reflected in the associated documentation.

Actions to take

...


  • No labels