From 297b900b9612a9feadc8e5f6e64601d6683749a8 Mon Sep 17 00:00:00 2001 From: Anastasiia Dragich Date: Fri, 12 Jul 2024 14:27:08 +0200 Subject: [PATCH] docs: added link to the contributing guide (#2006) Co-authored-by: Anastasiia Dragich --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7dab821e5..a6c44ff62 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,6 +6,10 @@ Individuals making significant and valuable contributions are given commit-acces ## Rules +Before you start coding, please read [Contributing to projects with git](https://jrfom.com/posts/2017/03/08/a-primer-on-contributing-to-projects-with-git/). + +Notice that as long as you don't have commit-access to the project, you have to fork the project and open PRs from the feature branches of the forked project. + There are a few basic ground-rules for contributors: 1. **No `--force` pushes** on `master` or modifying the Git history in any way after a PR has been merged.