Skip to content

Commit

Permalink
Add branch guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
avinassh committed Oct 28, 2023
1 parent d6865bd commit 3a2d09e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ Do *NOT* club multiple things into a single PR. This adds unnecessary work for m

Thank you!

## Branches

- `start-here` contains all the base challenges and test cases
- `master` implements the base challenges
- `final` implements challenges from different levels

If your PR is a bug/typo fix, open a PR with `master` as the base. I will backport the changes to `start-here` and `final` once merged.

If you are implementing something new, open a PR with `final` as the base.

## "I am new; how do I get started?"

Pick any challenge from any level and open a GitHub issue to discuss. I am happy to provide more resources/research papers to understand a particular concept.

0 comments on commit 3a2d09e

Please # to comment.