Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 623 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 623 Bytes

Contributing

Thank you for deciding to contribute to Gavel.js. Please read the guidelines below to ensure the smoothest developer's experience during the involvement.

Workflow

  1. Clone the repository.
  2. Install dependencies:
npm install
  1. Use the correct NodeJS version:
nvm use
  1. Create a branch for a feature or a bugfix.
  2. Follow the Conventional Commit Messages for commit messages.
  3. Issue a pull request and undergo a code review.
  4. Upon approval, merge the pull request.