Thank you for deciding to contribute to Gavel.js. Please read the guidelines below to ensure the smoothest developer's experience during the involvement.
- Clone the repository.
- Install dependencies:
npm install
- Use the correct NodeJS version:
nvm use
- Create a branch for a feature or a bugfix.
- Follow the Conventional Commit Messages for commit messages.
- Issue a pull request and undergo a code review.
- Upon approval, merge the pull request.