Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 2.13 KB

CONTRIBUTING.md

File metadata and controls

59 lines (38 loc) · 2.13 KB

Contributing to HappyX 🌀

👍🎉 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 [email protected].

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 🙂

  1. Fork the repository and create your branch from master.
  2. If you've added code that should be tested, add tests.
  3. Ensure the test suite passes.
  4. Make sure your code lints.
  5. Issue that pull request!

License 📄

By contributing to HappyX, you agree that your contributions will be licensed under the MIT license.