Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update README with 'Contributing to Bazel-Remote' section #74

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,9 @@ $ docker run -v /path/to/cache/dir:/data \

Please take a look at Bazel's documentation section on [remote
caching](https://docs.bazel.build/versions/master/remote-caching.html#run-bazel-using-the-remote-cache)

## Contributing to Bazel-Remote

Step 1. Install Go tools: <https://golang.org/doc/install#install>
Copy link

Choose a reason for hiding this comment

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

This is a markup file. Add peroid to the end of each step for proper format.

Step 2. Since Bazel-Remote is a Bazel project, follow the link to set up Bazel: <https://bazel.build/contributing.html>
Step 3. Set up IDE. Visual Studio Code is easy to set up for Go language: <https://code.visualstudio.com/>
Copy link

Choose a reason for hiding this comment

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

Step 3. Set up IDE. You can use any code editor to work on Bazel-Remote. Currently we found Visual Studio Code with GO extension has better support for development with GO language: https://code.visualstudio.com/