Skip to content

Commit

Permalink
docs: Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 authored Nov 16, 2024
1 parent 9077f4a commit c02f193
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ Make sure that what you trying to fix really a bug, or if adding feature that is
- Run `npm run dev` for run the demo project in watch mode

2. Write code! Add some feature or fix bug.

2.1 [Use conventional commit format](https://gist.github.com/qoomon/5dfcdf8eec66a051ecd85625518cfd13)

`fix` and `feat` will bump the version, **those tags should be used only for files inside `./packages/urlstate` or `package.json`**.

`fix` and `feat` will bump the version, **those tags should be used only for files inside `./packages/urlstate` or `package.json`**.

There are also `ci`, `build`, `docs`, `style`, `test`, `chore` and `refactor`.
There are also `ci`, `build`, `docs`, `style`, `test`, `chore` and `refactor`.

3. Check that all tests passed(unit and e2e) and add tests for your code.
Run all tests witn `npm run test`
Expand Down

0 comments on commit c02f193

Please sign in to comment.