Skip to content
CONTRIBUTING.md 974 B
Newer Older
WINS Laboratory's avatar
WINS Laboratory committed
# Contributing to AHC
You can

 - Report a bug
 - Discuss the current state of the code
 - Submit a fix
 - Propose new features
 - Become a maintainer

## Workflow

We Use [Github Flow](https://guides.github.com/introduction/flow/index.html), So All Code Changes Happen Through Pull Requests

## Reporting Bugs

Please se GitHub issues to report bugs  by [opening a new issue](https://github.com/cengwins/ahc/issues/new/choose). Write bug reports with detail, background, and sample code.

## Code of Conduct

WINS Laboratory's avatar
WINS Laboratory committed
By participating and contributing to this project, you agree to abide by the [Code of Conduct](https://github.com/cengwins/ahc/blob/master/CODE_OF_CONDUCT.md).
WINS Laboratory's avatar
WINS Laboratory committed

## License
WINS Laboratory's avatar
WINS Laboratory committed
By contributing, you agree that your contributions will be licensed under the [GNU General Public License v3.0](https://github.com/cengwins/ahc/blob/master/LICENSE) of the AHC project. 
WINS Laboratory's avatar
WINS Laboratory committed

## References
This document was adapted from the open-source contribution guidelines of github projects.