527 B
527 B
Contributing
Contributions from the community are welcome! To contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes with proper testing.
- Submit a pull request detailing your modifications.
Developer Documentation
Developer documentation is generated using JavaDoc. To generate and view the documentation:
chmod +x generate_javadoc.sh
./generate_javadoc.sh
This will create a docs/ folder with HTML documentation you can view in your browser.