We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fce3ac commit a7bc9faCopy full SHA for a7bc9fa
CONTRIBUTING.md
@@ -8,7 +8,7 @@ Here's how to get started:
8
9
```bash
10
# Clone the repository
11
-git clone https://github.com/crmne/ruby_llm.git
+gh repo clone crmne/ruby_llm
12
cd ruby_llm
13
14
# Install dependencies
@@ -29,7 +29,9 @@ We recommend using GitHub CLI to simplify the workflow:
29
# Create a new branch for your feature
30
gh repo fork crmne/ruby_llm --clone
31
32
-git checkout -b my-new-feature
+
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
35
36
# Make your changes and test them
37
# ...
0 commit comments