Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ We also recommend running this command once to tell Git to ignore the `gh-pages`
git config --add remote.origin.fetch '^refs/heads/gh-pages'
```

### Git email address

To contribute code to this repository, your email must be configured properly with Git, as follows:

1. Run `git config --get user.email`. You do not need to make any further changes if the email address is one of the addresses set up with your github.com account.
2. Otherwise, run `git config --global user.email <your-email>`. Use an email address associated with your github.com account.

### Prerequisites to building the docs locally

We provide several tools to preview the documentation locally and to run quality checks. While many of these tools run in your PR through CI, we recommend installing them locally for faster iteration.
Expand Down