Skip to content

Commit

Permalink
Response to review - #147
Browse files Browse the repository at this point in the history
  • Loading branch information
ccarouge committed Nov 8, 2023
1 parent 91e1294 commit 2e7e14b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ After planning for the work, we enter the stage where it is time to implement th
This is a diagram view of how this stage proceed:

```mermaid
flowchart LR
flowchart TB
%% Define all the nodes first
clone[Clone repository]:::uniq ;
Expand Down Expand Up @@ -52,7 +53,7 @@ If you are a member of the CABLE-LSM organisation on GitHub, you can simply **[c

Once you decide to start on an issue, you need two actions on GitHub CABLE's repository:

1. **[Assign yourself][assign_issue] to the issue.** This indicates to the community you are actively working on the issue. You do not need to be the creator of the issue to assign yourself an issue. Feel free to work on issues highlighten by others.
1. **[Assign yourself][assign_issue] to the issue.** This indicates to the community you are actively working on the issue. You do not need to be the creator of the issue to assign yourself an issue. Feel free to work on issues raised by others.
2. **[Create a branch][create_branch]** on the repository for you to work on. This allows you to isolate your work from others' work, thus controlling the changes made to the code in your branch.

!!! warning "Branch naming convention"
Expand Down

0 comments on commit 2e7e14b

Please sign in to comment.