This is an automated email from the ASF dual-hosted git repository.

snagel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git

commit 0d6447a32239ba7e482384f4e478b96099fbd668
Author: Sebastian Nagel <sna...@apache.org>
AuthorDate: Fri Jul 10 15:28:53 2020 +0200

    NUTCH-2799 Add .asf.yaml file
    - update pull request template regarding Jira linking:
      issue id should be in square brackets (`[NUTCH-XXXX]`)
---
 .github/pull_request_template.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 26f3d0e..6e634af 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -4,7 +4,7 @@ Before opening the pull request, please verify that
 * there is an open issue on the [Nutch issue 
tracker](https://issues.apache.org/jira/projects/NUTCH) which describes the 
problem or the improvement. We cannot accept pull requests without an issue 
because the change wouldn't be listed in the release notes.
 * the issue ID (`NUTCH-XXXX`)
   - is referenced in the title of the pull request
-  - and placed in front of your commit messages
+  - and placed in front of your commit messages surrounded by square brackets 
(`[NUTCH-XXXX] Issue or pull request title`)
 * commits are squashed into a single one (or few commits for larger changes)
 * Java source code follows [Nutch Eclipse Code Formatting 
rules](https://github.com/apache/nutch/blob/master/eclipse-codeformat.xml)
 * Nutch is successfully built and unit tests pass by running `ant clean 
runtime test`

Reply via email to