We welcome Pull Requests from anyone, but please start by opening a "discussion" issue first to ensure that your proposal aligns with the Fewlines team's goals.
By participating in this project, you agree to abide by its Code of Conduct.
Before submitting a Pull Request, please ensure the following:
- Your code is covered by tests.
- Make sure all tests are passing.
- Only have one commit with a relevant message (you can rebase and squash all your commits into a single one).
- Check that you're up to date by rebasing your branch with our
develop
branch.
git clone git@github.com:fewlinesco/node-web-libraries.git
cd node-web-libraries
asdf install
yarn install
For further information about how to setup and test projects, please have a read at the dedicated Contributing file: