The following is a set of guidelines for contributing to HappyX. These are just guidelines, not rules, so use your best judgment and feel free to propose changes to this document in a pull request.
This project and everyone participating in it is governed by the HappyX Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
Before opening a bug report, please search the issue tracker to see if the problem has already been reported. If it hasn't, create a new issue with a clear description of the problem.
Before opening an enhancement request, please search the issue tracker to see if someone else has already suggested it. If they haven't, create a new issue with a clear description of the enhancement you'd like to see.
We actively welcome your pull requests!✌ See Submitting a Pull Request for more information.
We use community standard Nim Style Guide
- Fork the repository and create your branch from
master
. - If you've added code that should be tested, add tests.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue that pull request!
By contributing to HappyX, you agree that your contributions will be licensed under the MIT license.