Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 615 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (11 loc) · 615 Bytes

Contributing to passport-affinidi

Getting started

Clone the repository and run npm install command.

Some useful commands:

  • npm run lint can be used to check for linting errors

Github repository & pull requests

Please follow semantic release conventions for your commits and pull request names. Read about it here: https://github.com/semantic-release/semantic-release

For example, a correct commit name or pull request name is: fix: add test or feat: implement a tree view

Don't forget to write a meaningful description to your pull request. If necessary, attach a screenshot of UI changes.