eximiabots-radiox/CONTRIBUTING.md
2021-09-09 18:51:25 +03:00

1.3 KiB

Contributing

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

If you haven't already, come find us in Discord. We want you working on things you're excited about.

Here are some important resources:

* [Discord](https://waren.io/r/eximiabots-discord) Join our Discord guild.

Coding

Pull Requests

* Open a new PR from your fork's new branch into develop branch.
* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
* Try to fix all merge conflicts.

Coding conventions

* We indent using four spaces (soft tabs)
* We ALWAYS put spaces after list items and method parameters (`[1, 2, 3]`, not `[1,2,3]`), around operators (`x += 1`, not `x+=1`), and around hash arrows.
* This is open source software. Consider the people who will read your code, and make it look nice for them. It's sort of like driving a car: Perhaps you love doing donuts when you're alone, but with passengers the goal is to make the ride as smooth as possible.

Testing

We have currently automated testing in Github Workflows, you can suggest new Github Workflows to us by making PR.

Every release is manually tested by cwchristerw or MatteZ02.