Repository: metron Updated Branches: refs/heads/master a8f35363f -> fc6614b18
METRON-1025 Metron github pr template should not reference incubator (ottobackwards) closes apache/metron#640 Project: http://git-wip-us.apache.org/repos/asf/metron/repo Commit: http://git-wip-us.apache.org/repos/asf/metron/commit/fc6614b1 Tree: http://git-wip-us.apache.org/repos/asf/metron/tree/fc6614b1 Diff: http://git-wip-us.apache.org/repos/asf/metron/diff/fc6614b1 Branch: refs/heads/master Commit: fc6614b18c73d339293bb76e682569523feb041a Parents: a8f3536 Author: ottobackwards <[email protected]> Authored: Sun Jul 9 09:48:45 2017 -0400 Committer: otto <[email protected]> Committed: Sun Jul 9 09:48:45 2017 -0400 ---------------------------------------------------------------------- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metron/blob/fc6614b1/.github/PULL_REQUEST_TEMPLATE.md ---------------------------------------------------------------------- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 92f557e..ee0ed83 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -20,7 +20,7 @@ In order to streamline the review of the contribution we ask you follow these gu ### For code changes: - [ ] Have you included steps to reproduce the behavior or problem that is being changed or addressed? - [ ] Have you included steps or a guide to how the change may be verified and tested manually? -- [ ] Have you ensured that the full suite of tests and checks have been executed in the root incubating-metron folder via: +- [ ] Have you ensured that the full suite of tests and checks have been executed in the root metron folder via: ``` mvn -q clean integration-test install && build_utils/verify_licenses.sh ```
