Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 468 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 468 Bytes

Contributing

To get ready to work on the codebase, please follow these steps:

  1. Fork and clone this repository.
  2. Run npm ci.
  3. Rename config.example.json file to config.json. Put your bot token there.
  4. Code your idea.
  5. Run npm start and npm test to test your code changes.
  6. Submit a pull request. (Make sure to follow the conventional commit format)