From d656696315b92d32262646932b5d51a06ad327de Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Wed, 3 Jul 2024 18:38:14 +0200 Subject: [PATCH] chore(CONTRIBUTING): Update contributing guidelines Add to create a merge request from a dedicated branch (and not using the main one) to CONTRIBUTING.md --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 117226e..c39da97 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,7 +34,8 @@ Providing as much details as possible in your issue will ease its processing. ## Open a pull request -Read the following sub-chapter before opening a pull request and make sure to provide the information requested in the [pull request template](https://github.com/Antiz96/arch-update/blob/main/.github/PULL_REQUEST_TEMPLATE.md). +Read the following sub-chapters before opening a pull request. +Make sure to create your merge request from a dedicated branch (do not use the `main` branch) and to provide the information requested in the [pull request template](https://github.com/Antiz96/arch-update/blob/main/.github/PULL_REQUEST_TEMPLATE.md). ### Open an issue first