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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,9 @@ Pick a good branch name. Try something that summarizes what you're doing in a de
33
33
-`docs/improve-readme`
34
34
-`fix/{number}some-bug`
35
35
36
-
## 4. Install Dependencies with Yarn
36
+
## 4. Install Dependencies with PNPM
37
37
38
-
Make sure that before you start writing code you run `yarn` at the root of the repo in order to make sure that all githooks are registered and packages are installed. This will help to ensure that when it's time to commit your changes that everything is in order.
38
+
Make sure that before you start writing code you run `pnpm i` at the root of the repo in order to make sure that all githooks are registered and packages are installed. This will help to ensure that when it's time to commit your changes that everything is in order.
39
39
40
40
## 5. Make your change
41
41
@@ -46,7 +46,7 @@ Write some awesome code that makes Go Level Up better! :muscle:
46
46
This part is easy, just use the included scripts to guide you through a prompt to generate your commit message.
47
47
48
48
```
49
-
yarn commit
49
+
pnpm commit
50
50
```
51
51
52
52
Be sure to include a reference to the issue number when prompted using `#{number}` syntax eg:
0 commit comments