Contributing
Contributions from the community are welcome. If you want to contribute to ACEPT, please follow these steps:
Fork the repository.
Create your feature branch
$ git checkout -b feature/my-feature
Make your changes and commit them (
git commit -am 'Add my feature')
$ git commit -am 'Add my feature'
Push to the branch
$ git push origin feature/my-feature
Create a new Pull Request
The section on Further development opportunities can be used as a starting point for adding new features to acept and integrating them
into the pylovo GUI.