Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 788 Bytes

CONTRIBUTING.md

File metadata and controls

48 lines (34 loc) · 788 Bytes

Contributing

Welcome, so you are thinking about contributing? Awesome, this a great place to start.

Setup

git clone git@github.com:innovativeinnovation/who-is-sciper.git
cd who-is-sciper
npm i

Test

Cli tests:

npm t

Run

./src/cli.js

Release

  1. Bump the correct version (npm version [<newversion> | major | minor | patch])
  2. Update the file CHANGELOG.md
  3. Create the tag (git tag -a v<version> -m "Tagging the v<version> release")
  4. Publish with npm publish

License

Apache License 2.0

Original work (c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2017-2018.
Modified work (c) William Belle, 2018-2023.

See the LICENSE file for more details.