👍🎉 First off, thanks for taking the time to contribute! 🎉👍 Contributions are welcome from anyone on the internet, and even the smallest of fixes are appreciated!
The following is a set of guidelines for contributing to tBTC and its packages. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
-
Clone your fork
-
Follow the installation & build steps in the repository’s top-level README.
-
Setup the recommended Development Tooling.
-
Open a PR against the
main
branch and describe the change you are intending to undertake in the PR description.
Before marking the PR as ready for review, make sure:
-
It passes the linter checks (
npm run lint
); see Pre-commit to make this automatic.
Commits must be signed.
We use CircleCI for continuous integration. All CircleCI jobs (including tests, linting) must be green to merge a PR.
Pre-commit is a tool to install hooks that check code before commits are
made. It can be helpful to install this, to automatically run linter
checks. Follow the installation instructions
here, and then run pre-commit install
to install the hooks.
Linters for JavaScript code are set up and run automatically as part of pre-commit hooks.
If you want to change a rule, or add a custom rule, please propose these changes to our eslint-config-keep packages. All other packages have it as a dependency.