If you do not want your personal data like names and/or emails to be listed you can do the following.
- Clone cncf/gitdm locally
cd src/- Run
./add_forbidden_data.rb 'youremail!domain.com'or `./add_forbidden_data.rb 'YourName' 'your@email.com' 'your!email.com'. - Phrase to be removed should not contain: whitespace, and
,,;,',",/,\characters. - Program will generate SHA256 hashes of data provided from command line arguments and add them to
cncf-config/forbidden.csvfile. - Create PR with updated
cncf-config/forbidden.csvfile. That way your sensitive data won't be visible in a PR. - We will run
./handle_forbidden_data.shon your PR that will generate report with files containing that information. - We will remove requested informations and merge your PR.