Every contribution is pretty much appreciated and welcomed!
Ask in Discord server
If you find a bug, you can help us by submitting an issue to our GitHub Repository
You can request a new feature by submitting an issue to our GitHub Repository. If you would like to implement a new feature, please submit an issue with a proposal for your work first, to be sure that we can use it.
Wait for team members to leave a feedback on your issue.
Workflow:
- For a major fix/feature make sure your PR has an issue and if it doesn't, please create one. This would help discussion with the community, and polishing ideas in case of a new feature.
- Create a fork of our GitHub repository.
- Crate a new git branch with name of your feature/bug
- Commit your changes into the branch.
- Create a pull request at GitHub website to the master branch of our repository.
- Make sure your PR's description contains GitHub's special keyword references that automatically close the related issue when the PR is merged. (More info)
Follow these guidelines while working:
- Follow the existing coding style
- Write a conventional commit message
- When you have a lot of commits in your PR, it's good practice to squash all your commits in one single commit. (Learn how to squash here)