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.
- 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.
- Run
npm ci
- You can code now ^^
- Run
npm test
to run ESLint and to ensure any JSDoc changes are valid - Submit a pullrequest.