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

Doc update for external contributors #378

Merged
merged 1 commit into from
Aug 16, 2022
Merged
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
10 changes: 7 additions & 3 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,26 @@ section of the Thundernetes repository.

### Code

To get the latest code for thundernetes run the following in a terminal:
To get the latest code for Thundernetes run the following in a terminal:

```bash
git clone https://github.com/PlayFab/thundernetes.git
```

### Tools

See the [Prerequisites](prerequisites.md) page for tools & systems to run thundernetes.
The follow list is only the tools related to building & developing the code for thundernetes.
See the [Prerequisites](prerequisites.md) page for tools & systems to run Thundernetes.
The follow list is only the tools related to building & developing the code for Thundernetes.

* [VS Code](https://code.visualstudio.com)
* [Golang](https://go.dev)
* [.NET](https://dotnet.microsoft.com/download/dotnet)
* [Docker](https://docs.docker.com/get-docker/)

## External Contributors

If you want to contribute but are not part of the GitHub Playfab org, we recommend working on a fork of the project.

## Pull Request Workflow

Thundernetes follows a standard GitHub pull request workflow.
Expand Down