Newer
Older
# 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
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).
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.
## References
This document was adapted from the open-source contribution guidelines of github projects.