Skip to content

Commit

Permalink
add getting started section to contributing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Mar 25, 2024
1 parent 5992833 commit 782eaf5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# How to contribute to malle

## Branches

The `master` branch corresponds to the latest stable version. You should work on a new branch from master, and target the `master` branch for your pull request.
## Getting started

1. Fork the repository
2. Clone it locally
3. Create a branch from `master` to work on
4. Commit your changes
5. Push your changes
6. Open a Pull Request

## Dev server

Expand Down

0 comments on commit 782eaf5

Please sign in to comment.