Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 55c7e68

Browse files
committed
docs: update contribution guidelines in README
- Clarified installation steps for pnpm - Updated numbering for contribution steps Signed-off-by: J3m5 <5523410+J3m5@users.noreply.github.com>
1 parent d718a1f commit 55c7e68

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

‎README.md‎

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -288,13 +288,15 @@ Contributions are welcome! To contribute:
288288

289289
2. **Fork the repository and create a feature branch.**
290290

291-
3. **Install dependencies**
291+
3. **Ensure you have the _latest_ version of [pnpm](https://pnpm.io/installation) installed.**
292+
293+
4. **Install dependencies**
292294

293295
```bash
294296
pnpm install
295297
```
296298

297-
4. **Adhere to the code style**
299+
5. **Adhere to the code style and lint rules**
298300

299301
```bash
300302
pnpm lint:fix
@@ -304,19 +306,19 @@ Contributions are welcome! To contribute:
304306
pnpm format
305307
```
306308

307-
5. **Run tests**
309+
6. **Run tests**
308310

309311
```bash
310312
pnpm test
311313
```
312314

313-
6. **Ensure type correctness**
315+
7. **Ensure type correctness**
314316

315317
```bash
316318
pnpm typecheck
317319
```
318320

319-
7. **Submit a pull request with a clear description of your changes.**
321+
8. **Submit a pull request with a clear description of your changes.**
320322

321323
## 👥 Contributors
322324

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /