From deb2b2a8bef0075b6b0662f6c93ac6ae8ce7eea6 Mon Sep 17 00:00:00 2001 From: Yijun Wang <54576225+Wang-yijun@users.noreply.github.com> Date: Tue, 13 Feb 2024 21:30:49 -0600 Subject: [PATCH] Add one step for addressing the comments --- .../contributing_to_GWB/making_a_pull_request.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/sphinx/developer_manual/start_devel_and_contrib/contributing_to_GWB/making_a_pull_request.md b/doc/sphinx/developer_manual/start_devel_and_contrib/contributing_to_GWB/making_a_pull_request.md index 2b9f5f23f..5c93fd48d 100644 --- a/doc/sphinx/developer_manual/start_devel_and_contrib/contributing_to_GWB/making_a_pull_request.md +++ b/doc/sphinx/developer_manual/start_devel_and_contrib/contributing_to_GWB/making_a_pull_request.md @@ -6,3 +6,4 @@ To contribute to the GWB, follow these steps: - Create a fork (through GitHub) of the code base. - Create a separate branch (sometimes called a feature branch) on which you do your modifications. - Open a pull request for your branch to propose merging your branch into the GWB code. By doing this, you invite others to review your changes and approve them to be merged into the main branch. +- During the review, you can respond to comments by adding more commits by pushing to your branch. Your changes will be automatically updated on the pull request page.