Skip to content

Commit

Permalink
docs: CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist authored and sxzz committed Jul 24, 2024
1 parent 048c93b commit e9ee083
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Contributing

## Making changes

1. Fork the repository.
2. Make changes.
3. Add tests in `test/`.
4. Run tests with `pnpm test`.

## Release changes

1. Merge PRs into dev branch.
2. Merge dev branch into main branch with `git checkout main && git merge dev`
3. Push main branch to remote with `git push`
4. GitHub action will create a release and publish it to npm.

Feel free to improve this process by creating an issue or PR.

0 comments on commit e9ee083

Please sign in to comment.