Skip to content

Commit

Permalink
Doc update for external contributors (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-op committed Aug 16, 2022
1 parent a5c22d7 commit d6726f5
Showing 1 changed file with 7 additions and 3 deletions.
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

0 comments on commit d6726f5

Please sign in to comment.