Contributing
December 2, 2025 ยท View on GitHub
Contributions by the community are more than welcome.
By contributing to React-Uploady, you agree to abide by the code of conduct.
Reporting Issues and Asking Questions
Before opening an issue, please search the issue tracker to make sure your issue hasn't already been reported.
Development
Visit the Issue tracker to find a list of open issues that need attention.
Fork, then clone the repo:
git clone https://github.com/your-username/react-uploady.git
Building
$ pnpm install
then:
$ pnpm build
Testing
In order to verify there are no issues, run:
$ pnpm test
this will run flow, lint, vitest, (TS) type-check
each one of these has a corresponding script to run separately.
Bundle size checks
Running pnpm bundle --validate (or any command that passes --validate to scripts/bundle.mjs) enforces the UMD bundle budgets with Overweight using the project-wide overweight.json config.
The script shells out to the local overweight CLI, so make sure dev dependencies are installed (pnpm install) before running the bundle task. Max limits live in bundle.config.mjs (source of truth) and are mirrored in overweight.json.
Storybook
to run SB locally, run
$ pnpm start
E2E
Another verification requires is to running the e2e suite:
$ yarn e2e
Which runs all existing tests on top of the storybook
If you've made any changes. make sure to test them in the storybook.
New Features
Please open an issue with a proposal for a new feature or refactoring before starting on the work. We don't want you to waste your efforts on a pull request that we won't want to accept.
New UI features should have a new story added.
New stories and functionality should be tested in the cypress (e2e) suite.
New API features or props must be added to the type definitions of the changed package.
Submitting Changes
- Open a new issue in the Issue tracker
- Fork the repo.
- Create a new feature branch based off the
masterbranch. - Make sure all unit tests, flow, lint and e2e tests pass locally.
- Submit a pull request, referencing any issues it addresses.
Please try to keep your pull request focused in scope and avoid including unrelated commits. Keeping changes small will make it easier to review and accept.
All PRs opened will be considered but final decision is reserved for the project maintainers.
Thank you for contributing!
Financial Contributors
Want to help sustain and grow Uploday? You can become a financial backer on OpenCollective.
Become a financial contributor and help us sustain our community.
You can make a one-time contribution or on a monthly basis