Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 499 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (19 loc) · 499 Bytes

Contributing

  1. Install Node. Download the "Recommend for Most Users" version.

  2. Clone the repo:

git clone git@github.com:glorious-codes/glorious-triven.git
  1. Go to the project directory
cd glorious-triven
  1. Install the project dependencies
npm install
  1. Make improvements as you wish.

  2. Before open a Pull Request, ensure that all the code you have written is covered with tests:

npm run test -- --coverage