Contributing

Contributions from the community are welcome. If you want to contribute to ACEPT, please follow these steps:

  1. Fork the repository.

  2. Create your feature branch

$ git checkout -b feature/my-feature
  1. Make your changes and commit them (git commit -am 'Add my feature')

$ git commit -am 'Add my feature'
  1. Push to the branch

$ git push origin feature/my-feature
  1. 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.