We love your input! We want to make contributing to this project 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
We use Github Discussions to receive feedback, discuss ideas & answer questions.
Do you want to contribute to the PactumJS upcoming features? We use Github Projects to track the road map of this project. If something seems interesting, start a discussion, we can give more details & create an issue for you to work.
Report bugs using Github Issues
We use GitHub issues to track public bugs. Report a bug by opening a new issue, it's that easy!
We use github to host code, to track issues and feature requests, as well as accept pull requests.
Pull requests are the best way to propose changes to the codebase (we use Github Flow). We actively welcome your pull requests:
- Fork the repo and create your branch from
master
. - If you've added code that should be tested, add tests.
- This library strives to be lightweight. Changes should be as minimum as possible by never compromising on the quality of the features. If you need to add a new package as a dependency, please reach out to maintainers at Github Discussions.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue that pull request!