We love your input! We want to make contributing to Upup as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
- Fork the repo and create your branch from
master
- Install dependencies using
pnpm install
or whatever package manager you use - Make your changes
- Run
pnpm run prettier-check
to ensure code style - Run
pnpm run lint
to ensure code quality - Run
pnpm run test
to ensure everything works as expected - Run
pnpm run build
to ensure everything builds properly - Create a pull request!
- Update the README.md with details of changes if needed
- The PR will be merged once you have the sign-off of at least one maintainer
When you submit code changes, your submissions are understood to be under the same MIT License that covers the project.
Report bugs using Github's issue tracker
We use GitHub issues to track public bugs.
Great Bug Reports tend to have:
- A quick summary and/or background
- Steps to reproduce
- What you expected would happen
- What actually happens
- Notes (possibly including why you think this might be happening)
By contributing, you agree that your contributions will be licensed under its MIT License.
This document was adapted from the open-source contribution guidelines for Facebook's Draft.