Contributing to HappyX ๐
August 3, 2023 ยท View on GitHub
๐๐ First off, thanks for taking the time to contribute! ๐๐
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.
Table of Contents
Code of Conduct
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 hapticx.company@gmail.com.
How Can I Contribute? ๐
Reporting Bugs ๐
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.
Suggesting Enhancements ๐ฅ
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.
Pull Requests ๐ฅ
We actively welcome your pull requests!โ See Submitting a Pull Request for more information.
Styleguides ๐
Code Styleguide
We use community standard Nim Style Guide
Submitting a Pull Request ๐
- 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!
License ๐
By contributing to HappyX, you agree that your contributions will be licensed under the MIT license.