Welcome ! and many thanks for taking the time to contribute !
First, you should have a look at the Technical design documentation to get an understanding of the design behind this project.
From there, there are a few options depending of which kind of contributions you have in mind: bug fix, documentation improvement, translation, testing, ...
Please note we have a code of conduct, please follow it in all your interactions with the project.
The following commands should get you started:
yarn install
yarn test
A list of most used commands is available:
yarn h
Please keep an eye on test coverage, bundle size and documentation. When you are ready for a pull request:
yarn ready
And please check that building is still working:
yarn build
You can also simulate Github actions
locally with act.
You will need to setup .actrc
with the node.js docker image -P ubuntu-latest=node:14-buster
To run the pipeline:
act
- Make sure that an issue describing the intended code change exists and that this issue has been accepted.
This would be done by the main maintainers of the project. Locally for now as updates are pretty infrequent, and some of tests have to be done manually.
Assuming you have zsh installed, you can just do:
source .aliases.zsh
bpub