We want to make contributing to this project as easy and transparent as possible.
We sync our internal repository with this github repository through regularly scheduled jobs. You can expect to see the updates we make in-house here soon after.
We actively appreciate your pull requests. You should be aware that a problem should be submitted before a pull request.
The step by step
- Fork the repo and create your branch from
master
. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code lints.
We are using Prettier to format our source code. The styles are enforced via eslint. Make sure everything is well formatted before creating a PR. Therefore, run npm run pretty
to apply formatting fixes.
By contributing to DPACL, you agree that your contributions will be licensed under the LICENSE file.