On Sat, Jul 28, 2018 at 2:45 PM Daniel Quirant Rico < [email protected]> wrote:
> Hello, > > I have created an extension to connect guacamole to a MongoDB database. I > have based on the extension that already exists to connect to SQL database. > I have used Morphia as ORM to map the models in MongoDB and I have adapted > the SQL persistence layer to Morphia's criteria. > > Very cool! > I would need information on how to publish the code for review and > approval, and to know what documentation is necessary to include. > > In general, here are the guidelines for contributing to the project: http://guacamole.apache.org/open-source/ You'll need to make sure that your code is licensed under the Apache 2.0 license, and that each of the source files includes the license header. Also, please pay attention to the style guidelines and make sure your code is formatted appropriately. > How do I have to open a ticket in Jira and what information do I have to > include? > > This is covered in the link I posted above, but, yes, you'll need to open a JIRA issue, and make sure all of your commits to git are tagged with that issue. Then, submit a pull request for the code and it'll go through review. Read the contributing guide above and post back here if anything is unclear or you have any further questions. Thanks! Look forward to seeing the PR and looking at your contribution! -Nick
