This is an automated email from the ASF dual-hosted git repository.
mmiklavcic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metron.git
The following commit(s) were added to refs/heads/master by this push:
new b8df052 METRON-2107 Add architecture diagram item to PR checklist
(mmiklavc) closes apache/metron#1401
b8df052 is described below
commit b8df052fabe4e00a1a30e20f958f6e07c4fb4fef
Author: mmiklavc <[email protected]>
AuthorDate: Thu May 16 08:00:41 2019 -0600
METRON-2107 Add architecture diagram item to PR checklist (mmiklavc) closes
apache/metron#1401
---
.github/PULL_REQUEST_TEMPLATE.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index af6c1e7..4c999a7 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -37,6 +37,8 @@ In order to streamline the review of the contribution we ask
you follow these gu
mvn site
```
+- [ ] Have you ensured that any documentation diagrams have been updated,
along with their source files, using [draw.io](https://www.draw.io/)? See
[Metron Development
Guidelines](https://cwiki.apache.org/confluence/display/METRON/Development+Guidelines)
for instructions.
+
#### Note:
Please ensure that once the PR is submitted, you check travis-ci for build
issues and submit an update to your PR as soon as possible.
It is also recommended that [travis-ci](https://travis-ci.org) is set up for
your personal repository such that your branches are built there before
submitting a pull request.