Skip to content

Commit

Permalink
Add instructions for working with GitHub (#77)
Browse files Browse the repository at this point in the history
This was an implicit expectation, but we want to make our expectations
explicit to candidates.
  • Loading branch information
wadells authored Sep 2, 2022
1 parent a38f0fc commit 7d86771
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions challenges/security/application-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,3 +266,10 @@ Please have the following available in your development environment:
* Make
* [protoc](https://grpc.io/docs/protoc-installation/) v3.13+
* [protoc-gen-go](https://developers.google.com/protocol-buffers/docs/gotutorial#compiling-your-protocol-buffers) v1.28+
* [git](https://git-scm.com/downloads)

You will also need a [GitHub](https://github.com/) account. If you haven't used
GitHub before, we recommend you get familiar with
[creating PRs](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)
and [reviewing PRs](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews),
as you will need to use GitHub to do both of these during the interview.
7 changes: 7 additions & 0 deletions challenges/security/cloud-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,10 @@ Your codebase should target 64-bit Linux or Mac machines.
Please have the following available in your development environment:

* [Terraform](https://www.terraform.io/downloads) 1.2+
* [git](https://git-scm.com/downloads)

You will also need a [GitHub](https://github.com/) account. If you haven't used
GitHub before, we recommend you get familiar with
[creating PRs](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)
and [reviewing PRs](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews),
as you will need to use GitHub to do both of these during the interview.

0 comments on commit 7d86771

Please sign in to comment.