Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 799 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 799 Bytes

Contributing

The issue tracker for bug reports and enhancement suggestions. If you have a question, please ask away!

If you wish to contribute to the codebase or documentation, feel free to fork the repository and submit a pull request. We use ESLint to enforce a consistent coding style, so having that set up in your editor of choice is a great boon to your development process.

Setup

To get ready to work on the codebase, please do the following:

Fork & clone the repository, and make sure you're on the master branch Run npm install Code your heart out! Run npm test to run ESLint and ensure any JSDoc changes are valid Submit a pull request (Make sure you follow the conventional commit format)

Adapted from https://github.com/discordjs/discord.js/blob/master/.github/CONTRIBUTING.md