awalterschulze / goderive

Derives and generates mundane golang functions that you do not want to maintain yourself
Apache License 2.0
1.23k stars 44 forks source link

Doc: Explain how to contribute a new plugin #45

Closed awalterschulze closed 5 years ago

awalterschulze commented 5 years ago

I have updated https://github.com/awalterschulze/goderive/blob/master/Contributing.md Maybe it needs more work, but I think it is a start.

awalterschulze commented 5 years ago

@ingun37 If you have time it would be great if you can check the updated version for errors and maybe update it with anything that would have helped you?

ingun37 commented 5 years ago

@awalterschulze Maybe the functions in goderive/derive/types.go? It was happy accident to find the functions. It saved some lines.

awalterschulze commented 5 years ago

I tried adding another section https://github.com/awalterschulze/goderive/blob/master/Contributing.md#dont-repeat-yourself What do you think?