Update contribution docs

This commit is contained in:
Bassem Dghaidi
2026-01-29 01:58:05 -08:00
committed by GitHub
parent cdf6c1fa76
commit 3baa5f1c7b
2 changed files with 23 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ Please note that this project is released with a [Contributor Code of Conduct][c
1. [Fork][fork] and clone the repository
2. Configure and install the dependencies: `npm install`
3. Make sure the tests pass on your machine: `npm run test`
4. Create a new branch: `git checkout -b my-branch-name`
4. Create a new branch: `git switch -c my-branch-name`
5. Make your change, add tests, and make sure the tests still pass
6. Push to your fork and [submit a pull request][pr]
7. Pat your self on the back and wait for your pull request to be reviewed and merged.