From 782eaf5c2dedd6efbfceae1bc6cea833e7a96d53 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Mon, 25 Mar 2024 02:33:08 +0100 Subject: [PATCH] add getting started section to contributing doc --- CONTRIBUTING.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2680693..b338d4d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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