mirror of
https://github.com/egoist/tsup.git
synced 2025-12-08 20:35:58 +00:00
docs: CONTRIBUTING.md
This commit is contained in:
parent
048c93b346
commit
e9ee08314e
17
CONTRIBUTING.md
Normal file
17
CONTRIBUTING.md
Normal file
@ -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.
|
||||
Loading…
x
Reference in New Issue
Block a user