@@ -288,13 +288,15 @@ Contributions are welcome! To contribute:
288288
2892892 .  ** 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