Thank you for investing your time in contributing to this project.
When contributing, please make sure to always follow the project's CODE OF CONDUCT.
This guide will help you get some ground about how contributions work.
If you found a bug, or you think the project needs new commands / features, please open an issue on the project's issues page.
If possible, please go with an issue template.
Before opening an issue, make sure it hasn't been reported already by somebody else. Project's existing issues.
If you found a bug with the bot, please make sure to explain the issue with as much details as possible, and attack screenshots / videos.
- Fork the repository
- Clone your fork
- Make your changes with relevant commit messages
- Push your commits
- When you're done, open a Pull Request (PR)
When making changes to the codebase, please watch out for the following:
- Don't remove code that's essential for the project to work properly
- Try to write optimal code
- Make sure the project passes all unit tests after your changes
After you're done, make a Pull Request to the dev
branch. If possible, please link an issue / issues to your PR.