You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,61 +9,61 @@ Thank you for your interest in contributing to COSMOS! We welcome contributions
9
9
### 1. **Create an Issue on the Repo**
10
10
11
11
1.**Navigate to Your Repository**:
12
-
12
+
13
13
```bash
14
14
$ cd path/to/your/repository
15
15
```
16
-
16
+
17
17
2. **Create an Issue**:
18
18
Use the `gh issue create`command to create a new issue.
19
-
19
+
20
20
```bash
21
21
$ gh issue create --title "Issue Title" --body "Description of the issue"
22
22
```
23
-
23
+
24
24
After running this command, you’ll get an issue number in the output. Note this number as it will be used to create a branch.
25
-
25
+
26
26
27
27
### 2. **Create a Branch for the Issue**
28
28
29
29
1. **Create a Branch**:
30
30
Use the `gh` CLI to create a branch associated with the issue. The `gh` CLI can automatically create a branch for you based on the issue number. In this case, the `<issue_number>` is 989.
0 commit comments