Pear is an Open Source Project, authored & maintained by Holepunch.
The source is open to use as per the LICENSE.
Be aware that any pull-request or issue may be closed without explanation.
- Feature requests are welcome.
- For bug reports, please provide a failing test case or steps to reproduce.
Newer contributors are encouraged to start small and simple. Tests - both failing and passing - are very helpful.
- Keep pull requests focused on a single feature or bug fix
- Provide a clear description of changes
- Ensure code passes linting:
npm run lint
- Ensure tests are passing:
npm test
- except, of course, any added failing tests
Please follow the StandardJS code style.
By contributing, you agree that your contributions will be licensed under the project LICENSE.