From b39b6f4b54eb3197cb268c84d33c7db4814e80e3 Mon Sep 17 00:00:00 2001 From: Maria Guerra Date: Wed, 17 Jan 2024 14:06:32 +0000 Subject: [PATCH] Fix CONTRIBUTING.md links. --- docs/CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index ea8c5a7a..305a50f5 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -11,8 +11,8 @@ To contribute to this project, please, follow the following conventions. - [Contributing to the documentation](#contributing-to-the-documentation) - [Project structure](#project-structure) - [GIT Conventions](#git-conventions) - - [Branches](#branches) - - [Pull Requests](#pull-requests) + - [Branches conventions](#branches-conventions) + - [Pull Requests conventions](#pull-requests-conventions) - [Best practices for development](#best-practices-for-development) - [Linter/Formatter](#linterformatter) - [Imports](#imports) @@ -472,7 +472,7 @@ This is the current project structure. ``` # GIT Conventions -## Branches +## Branches Conventions - `main` is the main branch. - `develop` is the branch where the latest changes are merged into. - `/` is the branch where a new feature is developed. @@ -480,7 +480,7 @@ This is the current project structure. > ⚠️ We encourage you to follow this convention when creating new branches even though branches with the naming > convention `` are allowed. ⚠️ -## Pull Requests +## Pull Requests Conventions - Pull Requests should be made from a `feature-branch` to `develop` and it should be reviewed by at least one person. - New branches to development tasks will have `develop` branch as origin. - The only allowed Pull Requests to `main` branch must come from `develop` branch. All other Pull Requests will be