875 B
875 B
CONTRIBUTIONS
We accept contributions from the community, however there's a few steps you need to do first before you're able to fork the project.
- Join the Discord Server.
- Send a DM to @Ramirez in the server, provide your GitLab username.
- We'll let you know when you'll be able to fork the project.
Issues
If you're interested in tackling an issue, please comment on that particular issue that you're handling it so Maintainers can label it appropriately.
Other Information
- Make sure your contributions match the current style of the code, run
yarn run lint
to find issues with the style. Requests will be denied if they do not comply with styling. - Submit your merge requests to the dev branch only.
- If you can use TypeScript functionality, do it. For example, don't declare something as
any
if it can be typed.