Add GitHub issue template
-------------------------

                 Key: MCHANGES-234
                 URL: http://jira.codehaus.org/browse/MCHANGES-234
             Project: Maven 2.x Changes Plugin
          Issue Type: New Feature
          Components: other issue-trackers
    Affects Versions: 2.4
            Reporter: Ivan Khalopik


There are an issue tracker on GitHub. It has the same configuration as JIRA. 
Issue management section can be configure as following:

<issueManagement>
  <system>GitHub</system>
  <url>https://github.com/sody/greatage/issues/</url>
</issueManagement>

NOTE: Ending slash is mandatory.

Changes plugin configuration will look like this:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-changes-plugin</artifactId>
  <version>2.4</version>
  <configuration>
    <issueLinkTemplatePerSystem>
      <GitHub>%URL%/%ISSUE%</GitHub>
    </issueLinkTemplatePerSystem>
  </configuration>
</plugin>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to