1.6.0 • Published 4 months ago

cardinal-bot v1.6.0

Weekly downloads
-
License
UNLICENSE
Repository
-
Last release
4 months ago

Cardinal Bot

Code Factor GitHub stars GitHub issues Continuous Integration

Table of Contents

Invite Cardinal to your server Click here

Beta Testing for Cardinal

If you want to be a beta tester you can join the support server and create a ticket to become a beta tester. Keep in mind that you might not be accepted since we dont usually need that many beta testers.

Developing on Cardinal

Requirements

You should have a good understanding of the following:

Contributing

To contribute to this repository, feel free to fork the repository and make your own changes. Once you have made your changes, you can submit a pull request.

  1. Fork the repository and select the main branch.
  2. Create a new branch and make your changes.
  3. Make sure you use a proper linter and a code formatter. ^lint
  4. Make sure you have a good commit message.^commit
  5. Push your changes.
  6. Submit a pull request here.

^env: You will need to create a .env file in the root directory of the project. ^lint: We recommend using eslint and prettier to lint your code. ^commit: We strongly follow the Commit Message Conventions. This is important when commiting your code for a PR.