Commit 4b4e686d authored by Amy Qualls's avatar Amy Qualls Committed by Mike Jang

Suggestions for avoiding PII in MRs

Updates the style guide to suggest using email addresses ending in
example.com, and non-gendered, obviously fake usernames in API calls.
parent dc27484e
......@@ -1439,6 +1439,15 @@ Example response:
```
````
### Fake user information
You may need to demonstrate an API call or a cURL command that includes the name
and email address of a user. Don't use real user information in API calls:
- **Email addresses**: Use an email address ending in `example.com`.
- **Names**: Use strings like `Example Username`. Alternatively, use diverse or non-gendered names with
common surnames, such as `Sidney Jones`, `Zhang Wei`. or `Maria Garcia`.
### Fake tokens
There may be times where a token is needed to demonstrate an API call using
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment