Contributing
If you have fixed a bug or added a feature, you are welcome to contribute it back to the main FeGen repository. There is no CI/CD pipeline yet, but still make sure your pull request fulfills the following criteria:
- Your commit of
fegenreferences the correct commit offegen-examplesin thefegen-examplesgit subproject - Running
./gradlew buildis successful in thefegenrepository's root directory as well as in thefegen-examplesgit subproject - If you added a feature
- you have added some tests to make sure it is working and won't be accidentally broken in the future
- you have added some documentation in the book and ran
mdbook build