Hi, > Am 01.11.2017 um 13:45 schrieb Andreas Lehmkuehler <[email protected]>: > > Hi all, > > the git-repository for the JBIG2 is online for a couple of days and we > haven't decided yet what kind of platform we want to integrate with the > repository. > > PDFBox uses svn and integrates with JIRA, so that every checkin is > automatically linked to a JIRA-ticket (as long one adds the ticket number to > the commit comment).
the same is possible with git & svn. E.g. the documentation is using git. As long as you add the JIRA ticket number to the commit message it will link to JIRA. See https://issues.apache.org/jira/browse/PDFBOX-3330?focusedCommentId=16200067&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16200067 as an example. > > The question is, how should we proceed with the JBIG2 repo? > Should we use JIRA as well to track bugs, improvements and any other kind of > requests? +1 > Or should we use github and PRs to keep track of all changes? > we can use PRs to if the include the ticket number. Apache Camel is using git since quite some time. See https://github.com/apache/camel/blob/master/CONTRIBUTING.md#pull-request-at-github how to handle PRs linked to JIRA. > I'm not really familiar with git (I know a handful of commands to update our > website), but github seems the natural choice for me. > there is an even tighter integration with github now called gitbox. AFAIK Camle is moving to it as are some others https://issues.apache.org/jira/browse/INFRA-15288 BR Maruan > WDYT? > > Andreas > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
