Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ The top-level `README.md` file is generated from `internal/readme/README.src.md`
and should not be edited directly. To update the README:

1. Make your changes to `internal/readme/README.src.md`
2. Run `make` in the `internal/readme/` directory to regenerate `README.md`
2. Run `go generate ./internal/readme` from the repository root to regenerate `README.md`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The make reference seems to be a leftover from when the Makefile was removed in 872b437. The go generate command matches what's in github/workflows/readme-check.yml.

3. Commit both files together

The CI system will automatically check that the README is up-to-date by running
`make` and verifying no changes result. If you see a CI failure about the
`go generate ./internal/readme` and verifying no changes result. If you see a CI failure about the
README being out of sync, follow the steps above to regenerate it.

## Timeouts
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ servers.

## Contributing

We welcome contributions to the SDK! Please see See
We welcome contributions to the SDK! Please see
[CONTRIBUTING.md](/CONTRIBUTING.md) for details of how to contribute.

## Acknowledgements / Alternatives
Expand Down
2 changes: 1 addition & 1 deletion internal/readme/README.src.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ servers.

## Contributing

We welcome contributions to the SDK! Please see See
We welcome contributions to the SDK! Please see
[CONTRIBUTING.md](/CONTRIBUTING.md) for details of how to contribute.

## Acknowledgements / Alternatives
Expand Down
Loading