From 43b631f15b6d1f3fdafc248019e2b51c2584c124 Mon Sep 17 00:00:00 2001 From: Demian Date: Mon, 9 Aug 2021 21:50:03 +0200 Subject: [PATCH] Update CONTRIBUTING.MD --- CONTRIBUTING.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD index 644c770..d575e27 100644 --- a/CONTRIBUTING.MD +++ b/CONTRIBUTING.MD @@ -16,7 +16,7 @@ We use github to host code, to track issues and feature requests, as well as acc Pull requests are the best way to propose changes to the codebase (we use [Github Flow](https://guides.github.com/introduction/flow/index.html)). We actively welcome your pull requests: -1. Fork the repo and create your branch from `master`. +1. Fork the repo and create your branch from `main`. 2. If you've added code that should be tested, add tests. 3. If you've changed APIs, update the documentation. 4. Ensure the test suite passes. - Not yet made