Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Added links to technical guidance. #310

Open
wants to merge 1 commit into
base: iosched_2020
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ accept your pull requests.
1. The repo owner will respond to your issue promptly.
1. If your proposed change is accepted, and you haven't already done so, sign a
Contributor License Agreement (see details above).
1. Fork the desired repo, develop and test your code changes.
1. Fork the desired repo, develop and test your code changes. (For technical guidance on how to fork a repo on Github, see https://help.github.com/en/articles/fork-a-repo)
Copy link

Choose a reason for hiding this comment

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

Maybe this:

For technical guidance on how to fork a repo on Github, see [this article] (https://help.github.com/en/articles/fork-a-repo)

Remove space in code above between closing square bracket and opening round bracket to see an effect.

1. Ensure that your code adheres to the existing style in the sample to which
you are contributing. Refer to the
[Google Cloud Platform Samples Style Guide]
(https://github.com/GoogleCloudPlatform/Template/wiki/style.html) for the
recommended coding standards for this organization.
1. Ensure that your code has an appropriate set of unit tests which all pass.
1. Submit a pull request.
1. Submit a pull request. (For technical guidance on how to submit a pull request on Github, see https://help.github.com/en/articles/creating-a-pull-request)