Repository: incubator-hivemall Updated Branches: refs/heads/master f52cd0c37 -> 4af2ed492
Update GitHub PR template for code formatter Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/4af2ed49 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/4af2ed49 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/4af2ed49 Branch: refs/heads/master Commit: 4af2ed492eeeeebb794f98454b4b2d48b34bec7b Parents: f52cd0c Author: Takuya Kitazawa <[email protected]> Authored: Thu May 24 09:34:45 2018 +0900 Committer: Takuya Kitazawa <[email protected]> Committed: Thu May 24 09:34:45 2018 +0900 ---------------------------------------------------------------------- .github/PULL_REQUEST_TEMPLATE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/4af2ed49/.github/PULL_REQUEST_TEMPLATE ---------------------------------------------------------------------- diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 490223f..a8b6cc3 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -22,5 +22,5 @@ (Please remove this section if not needed; check `x` for YES, blank for NO) -- [x] Did you apply source code formatter, i.e., `mvn formatter:format`, for your commit? +- [x] Did you apply source code formatter, i.e., `./bin/format_code.sh`, for your commit? - [ ] Did you run system tests on Hive (or Spark)?
