Skip to content

Commit a7bc9fa

Browse files
committed
Update CONTRIBUTING.md to recommend using GitHub CLI for cloning and branching
1 parent 8fce3ac commit a7bc9fa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Here's how to get started:
88

99
```bash
1010
# Clone the repository
11-
git clone https://github.com/crmne/ruby_llm.git
11+
gh repo clone crmne/ruby_llm
1212
cd ruby_llm
1313

1414
# Install dependencies
@@ -29,7 +29,9 @@ We recommend using GitHub CLI to simplify the workflow:
2929
# Create a new branch for your feature
3030
gh repo fork crmne/ruby_llm --clone
3131
cd ruby_llm
32-
git checkout -b my-new-feature
32+
33+
# Find or make an issue for the feature on GitHub and then:
34+
gh issue develop 123 --checkout # Substitute 123 with the issue number
3335

3436
# Make your changes and test them
3537
# ...

0 commit comments

Comments
 (0)