This is an automated email from the ASF dual-hosted git repository. tobous pushed a commit to branch mention-jira-linking in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git
commit c263539a5f3a9641a3039804f834643471714913 Author: Tobias Bouschen <tobias.bousc...@googlemail.com> AuthorDate: Sat Feb 13 15:07:45 2021 +0100 Mention automatic JIRA linking as part of the "Get Involved" page Mentions the capability to automatically referencing a pull request in a JIRA ticket by including a reference to the ticket in the pull request title in the "Get Involved" section. The wording was chosen carefully not to imply that this would actually link the state of the two. As far as I can tell, merging the pull request will not have any influence on the state of the referenced ticket. If this is actually the case, the wording should be adjusted to reflect the behavior. --- src/main/asciidoc/get-involved.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/asciidoc/get-involved.adoc b/src/main/asciidoc/get-involved.adoc index abc7348..1d9b854 100644 --- a/src/main/asciidoc/get-involved.adoc +++ b/src/main/asciidoc/get-involved.adoc @@ -18,6 +18,9 @@ The default way of providing contributions to this project is through our GitHub (link:https://github.com/apache/db-jdo[JDO repo], link:https://github.com/apache/db-jdo-site[website repo]). We are following the default link:https://guides.github.com/introduction/flow/[GitHub workflow] using link:https://guides.github.com/activities/forking/[forks]. +If a pull request is related to an existing http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10630[JDO JIRA] ticket, you can including a reference to the ticket in the title using the format `+[JDO-1234]+`. +This will automatically create a reference to the pull request in the ticket. + More information on how to access the project source code is available link:source-code.html[here].