Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 908 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (12 loc) · 908 Bytes

Contributing to this repository

Getting started

Before you begin:

  • This bot is powered by Node.js. Please make sure you have node.js 16 or newer installed.
  • Please review our Code of Conduct and our Terms of service
  • We highly suggest joining our discord to discuss up-coming changes with the rest of our community. You can also apply for the open-source-developer-role here.

Setting up

  1. Fork and clone this repository and make sure you are on the current main branch as that's were development happens. If you are developing a new module, please use the stable branch.
  2. Run npm ci
  3. You can code now ^^
  4. Run npm test to run ESLint and to ensure any JSDoc changes are valid
  5. Submit a pullrequest.