Skip to content

Commit

Permalink
Updated developer guide to include links for getting started with git (
Browse files Browse the repository at this point in the history
…opensearch-project#1409)

Signed-off-by: Divit Rawal <[email protected]>
Signed-off-by: Bhavana Ramaram <[email protected]>
  • Loading branch information
divitr authored and rbhavna committed Nov 24, 2023
1 parent c837c8a commit 35d7333
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ If you already have these installed or have your own preferences for installing

If you don't already have it installed (check with `git --version`) we recommend following [the `git` installation guide for your OS](https://git-scm.com/downloads).

Resources to get started with git:
- [Learn git branching](https://learngitbranching.js.org/)
- [Contributing your first PR](https://gist.github.com/ashwin-pc/84ee8bd937caecd6a193e2a6a4c4fe34)

#### Install `Java`

You can install any version of Java starting from 17. [`Jenv`](https://www.jenv.be/) is a good option to use so that you can have multiple versions of Java.
Expand Down

0 comments on commit 35d7333

Please sign in to comment.