From ec9b636b74c85f292c4dde6918f2a498422ac4ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Bukatovi=C4=8D?= Date: Thu, 5 Dec 2024 11:35:32 +0100 Subject: [PATCH] fix PR process description in CONTRIBUTING.md --- CONTRIBUTING.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 27fbd4f52..eafd858f7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,15 +11,19 @@ Welcome to the ARO HCP project! We appreciate your interest in contributing. Thi ## Getting Started + To contribute to ARO HCP, follow these steps: -1. Fork the repository to your GitHub account. -2. Clone the forked repository to your local machine. -3. Create a new branch for your changes. -4. Make your changes and commit them. -5. Push your changes to your forked repository. -6. Submit a pull request to the main repository. +1. Clone the ARO-HCP repository to your local machine. +2. Create a new branch for your changes. +3. Make your changes and commit them. +4. Push your changes to ARO-HCP repository. +5. Submit a pull request to the main repository. +If you create a pull request for a branch located in your GitHub fork of +ARO-HCP repository, GitHub `is_running_on_fork` check will raise an error. You +need to create your pull from ARO-HCP repository directly. See +[ARO-8846](https://issues.redhat.com/browse/ARO-8846) for details. ## Contributing Guidelines Please follow these guidelines when contributing to ARO HCP: