Skip to content
CONTRIBUTING.md 1008 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

WINS Laboratory's avatar
WINS Laboratory committed
Please se GitHub issues to report bugs  by [opening a new issue](https://github.com/cengwins/ahc/issues/new/choose). Write bug reports in [detail](https://github.com/cengwins/ahc/blob/master/.github/ISSUE_TEMPLATE/bug_report.md).
WINS Laboratory's avatar
WINS Laboratory committed

## 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). 
WINS Laboratory's avatar
WINS Laboratory committed

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