Repository: yetus Updated Branches: refs/heads/master 5a8383c32 -> 25bf9ec75
YETUS-184 link patch naming guide into regular website docs Signed-off-by: Kengo Seki <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/25bf9ec7 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/25bf9ec7 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/25bf9ec7 Branch: refs/heads/master Commit: 25bf9ec75186aee2eec74a09c72d3be06ff29eec Parents: 5a8383c Author: Ajay Yadava <[email protected]> Authored: Sat Jul 23 17:10:29 2016 +0530 Committer: Kengo Seki <[email protected]> Committed: Fri Jul 29 21:17:55 2016 +0900 ---------------------------------------------------------------------- asf-site-src/source/documentation/in-progress/precommit-basic.md | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/25bf9ec7/asf-site-src/source/documentation/in-progress/precommit-basic.md ---------------------------------------------------------------------- diff --git a/asf-site-src/source/documentation/in-progress/precommit-basic.md b/asf-site-src/source/documentation/in-progress/precommit-basic.md index b23f996..e596e5a 100644 --- a/asf-site-src/source/documentation/in-progress/precommit-basic.md +++ b/asf-site-src/source/documentation/in-progress/precommit-basic.md @@ -213,6 +213,9 @@ will tell test-patch to use ant instead of maven to drive the project. It is a fairly common practice within the Apache community to use Apache's JIRA instance to store potential patches. As a result, test-patch supports providing just a JIRA issue number. test-patch will find the *last* attachment, download it, then process it. +**NOTE: test-patch expects the patch files to follow a particular naming convention. For complete details + on the naming convention please refer to [patch-naming-conventions](./precommit-patchnames/)** + For example: ```bash
