Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign updocs: correct outdated dev instructions for public api golds #37026
Conversation
|
@kara @pkozlowski-opensource @IgorMinar can you please look into this |
|
@jelbourn can you please review this |
|
I would change the commit message to something like:
Also, @ajitsinghkaler, FWIW, adding additional mentions to a PR doesn't really help get reviews any faster, it just adds noise into the notification stream. We love getting community PRs, but the team's overall review load is super high at the moment- we're all trying to get to them as fast as we can. |
| @@ -62,31 +62,36 @@ Using yarn ensures that you are running the correct version of Bazel. | |||
| Here is an example of a Circle CI test failure that resulted from adding a new allowed type to a public property in `forms.d.ts`. Error messages from the API guard use [`git-diff` formatting](https://git-scm.com/docs/git-diff#_combined_diff_format). | |||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ajitsinghkaler
Jun 17, 2020
Author
Contributor
Thanks for the review. I'll make the changes and will try not ping anymore.
Thanks for all the work you do.
|
LGTM, thanks! Reviewed-for: public-api |
|
Reviewed-for: global-docs-approvers |
|
(one of these will do it...) Reviewed-for: global-approvers |
|
Reviewed-for: global-docs-approvers |
|
@aikidave I think this needs a global docs approver (I'm still confused about how this pullapprove setup works). This PR updates developer instructions for people writing code on the repo to fix an outdated directory, command to run, and example output. |
|
@jelbourn pullapprove is already approved |
|
Guess there was just some lag with the bot when I did it |


ajitsinghkaler commentedMay 9, 2020
The public api .d.ts files were moved from tools/public_api_guard to goldens/public-api. and and a script
was added in #35768 which assist in testing the current state of the repo against the goldens as
well as a command for accepting all changes to the goldens in a single
command.
All these changes were not documented added documentation for new script command and an example of the new logs generated.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
No documentation on change of commit files directory
Issue Number: N/A
What is the new behavior?
Documentation added on change of commit files directory
Does this PR introduce a breaking change?
Other information