The default way of doing that would be to create a pull request <https://help.github.com/articles/using-pull-requests/> to the Graphs.jl repository <https://github.com/JuliaLang/Graphs.jl> on Github. That way the package maintainers can give you feedback on your implementation, and include it in the package :)
Welcome to the community! // T On Friday, September 18, 2015 at 9:56:07 AM UTC+2, Michela Di Lullo wrote: > > Hello everyone, > > I wrote a new julia function that calculates (a) cycle basis of a > connected graph with m edges and n nodes, starting from its edge-node > incidence matrix. > > How could I share it with the julia community? > > I think it could perfectly stay in the Graphs.jl package. > > Thank you in advance for any info, > > Michela > >
