If you do not want your data to be shown:
- Clone
cncf/devstats
locally. - You need to add SHA1 hash of the data you want to hide.
- You can use online SHA1 tool.
- For example
hide_me
gives:f6f9480eb4f34372a4860c829cc5bc5fc1549a1c
sha1 hash. - Add this hash value to hide.csv file and create PR.
- You can also use
devstats
hide_data tool. make hide_data && hide_data your_data other_data yet_another_data ...
. It will generate hashes and add them tohide.csv
for you.- After you add all data to
hide.csv
file, create PR. - That way your sensitive data won't be visible in a PR.
- We will remove requested informations and merge your PR.