You love MapStruct but miss a certain feature? You found a bug and want to report it, or even better, fix it yourself? That’s great! MapStruct is all open source and your help is highly appreciated.
What | Where |
---|---|
Source code | https://github.com/mapstruct/mapstruct |
Issue tracker | https://github.com/mapstruct/mapstruct/issues |
Discussions | Join the MapStruct GitHub Discussions |
CI build | https://github.com/mapstruct/mapstruct/actions?query=branch%3Amaster+workflow%3ACI |
This web site | https://github.com/mapstruct/mapstruct.org |
MapStruct follows the Fork & Pull development approach. To get started just fork the MapStruct repository to your GitHub account and create a new topic branch for each change. Once you are done with your change, submit a pull request against the MapStruct repo.
When doing changes, keep the following best practices in mind: