Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 810 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (21 loc) · 810 Bytes

Contributing

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:

  1. Your code is covered by tests.
  2. Make sure all tests are passing.
  3. Only have one commit with a relevant message (you can rebase and squash all your commits into a single one).
  4. Check that you're up to date by rebasing your branch with our develop branch.

Setup

git clone [email protected]:fewlinesco/node-web-libraries.git
cd node-web-libraries
asdf install
yarn install
cd packages/web

Tests

docker-compose up
yarn test