From 704a2ff159d69d6b59ec70f4d330e2e038513ac7 Mon Sep 17 00:00:00 2001 From: pankajastro Date: Wed, 18 Jun 2025 15:20:47 +0530 Subject: [PATCH 1/2] Add step to fork repo in contributing guide --- docs/contributing.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 258913f379..cad1d64c74 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -16,7 +16,9 @@ ________ To contribute to the cosmos project: #. Please create a `GitHub Issue `_ describing your contribution -#. Open a feature branch off of the ``main`` branch and create a Pull Request into the ``main`` branch from your feature branch +#. Fork the repository and clone your fork locally. +#. Open a feature branch off of the main branch in your fork +#. Make your changes, push the branch to your fork, and open a Pull Request from your feature branch into the ``main`` branch of the upstream repository. #. Link your issue to the pull request #. Once developments are complete on your feature branch, request a review and it will be merged once approved. From d432c1d58e78fee4b51e69ef0e0045672be324be Mon Sep 17 00:00:00 2001 From: pankajastro Date: Thu, 19 Jun 2025 19:47:27 +0530 Subject: [PATCH 2/2] Address review feedback --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index cad1d64c74..5c19978648 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -16,7 +16,7 @@ ________ To contribute to the cosmos project: #. Please create a `GitHub Issue `_ describing your contribution -#. Fork the repository and clone your fork locally. +#. `Fork the repository `_ and clone your fork locally. #. Open a feature branch off of the main branch in your fork #. Make your changes, push the branch to your fork, and open a Pull Request from your feature branch into the ``main`` branch of the upstream repository. #. Link your issue to the pull request