From: Dirk E. <ed...@de...> - 2022-08-26 23:03:31
|
On 26 August 2022 at 15:40, Wojciech Czernous via QuantLib-dev wrote: | We are considering a two-author contribution with a colleague. | It would be based on his Master’s thesis and his code prototype in Python. I would like to do the C++ implementation and tests, and commit it to the repository. | Is it possible for us both to become contributors to QuantLib in this process? Sure, why not? QuantLib has a long history of including such contributions. | What are the rules here? I am not a QuantLib admin but the common process for many open source projects is for you to fork, and to prepare a clean pull request that updates code, possibly adds tests, maybe adds an example, ... without affecting existing code and tests. | Is becoming a contributor tightly coupled with the git commit authorship? Pull requests are incremental and do not requirement commit authorship on your part but only on the part of the core maintainers with such commit rights who review the pull request contribution. Hope this helps, Dirk -- dirk.eddelbuettel.com | @eddelbuettel | ed...@de... |