AnansiPay is an open source project and we are very happy to accept contributions from the community! There are many ways to contribute, from writing tutorials or blog posts, improving documentation, submitting bug reports and feature requests, or by writing code that can be incorporated into AnansiPay itself.
You can follow the Github documentation ,it will provide you with useful tips to enable you to contribute to AnansiPay.
If you find that you want to use features that do not exist in AnansiPay, you may not be alone. There must be other people with similar needs. As our users have seen the demand for AnansiPay, many new features have been added today. Open a problem in the problem list on GitHub that describes the feature you want to see, why you need it, and how it should work.
If you think you've found a bug in AnansiPay, first make sure you test with the latest version of AnansiPay - your problem may have already been fixed. If not, check our problem list on GitHub in case a similar problem has already been opened. If not, open a problem by providing as much information as possible.
Just fork the repo and send us a pull request. Make sure your branch builds without any warnings/issues:
mvn clean verify
For commit naming conventions, please refer to the following specifications.