You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2020/08/28 01:11:42 UTC

[incubator-mxnet] branch master updated (6b59605 -> a9ca660)

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

zhasheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 6b59605  Numpy Pooling and ROI Pooling Large Dimension Checks (#19013)
     add a9ca660  [COMMUNITY] remove mentions of JIRA, update community docs (#18992)

No new revisions were added by this update.

Summary of changes:
 .github/ISSUE_TEMPLATE/bug_report.md               |   2 +-
 .github/ISSUE_TEMPLATE/rfc.md                      |  18 ++
 .github/PULL_REQUEST_TEMPLATE.md                   |  15 +-
 .gitignore                                         |   2 +
 .../themes/mx-theme/mxtheme/footer.html            |  12 +-
 docs/static_site/src/_includes/callout.html        |   1 +
 docs/static_site/src/_includes/footer.html         |  10 +-
 docs/static_site/src/_includes/important.html      |   1 +
 docs/static_site/src/_includes/note.html           |   1 +
 docs/static_site/src/_includes/tip.html            |   1 +
 docs/static_site/src/_includes/warning.html        |   1 +
 docs/static_site/src/pages/community/code_guide.md |  77 +++++++++
 .../static_site/src/pages/community/code_review.md | 161 +++++++++++++++++
 .../src/pages/community/committer_guide.md         | 111 ++++++++++++
 docs/static_site/src/pages/community/community.md  | 115 ++++++++++++
 docs/static_site/src/pages/community/contribute.md | 192 ---------------------
 docs/static_site/src/pages/community/document.md   | 125 ++++++++++++++
 .../src/pages/community/error_handling.md          | 114 ++++++++++++
 docs/static_site/src/pages/community/git_howto.md  | 164 ++++++++++++++++++
 docs/static_site/src/pages/community/index.md      | 129 ++++++++++++++
 .../src/pages/community/pull_request.md            | 105 +++++++++++
 tools/license_header.py                            |   1 +
 22 files changed, 1142 insertions(+), 216 deletions(-)
 create mode 100644 .github/ISSUE_TEMPLATE/rfc.md
 create mode 100644 docs/static_site/src/_includes/callout.html
 create mode 100644 docs/static_site/src/_includes/important.html
 create mode 100644 docs/static_site/src/_includes/note.html
 create mode 100644 docs/static_site/src/_includes/tip.html
 create mode 100644 docs/static_site/src/_includes/warning.html
 create mode 100644 docs/static_site/src/pages/community/code_guide.md
 create mode 100644 docs/static_site/src/pages/community/code_review.md
 create mode 100644 docs/static_site/src/pages/community/committer_guide.md
 create mode 100644 docs/static_site/src/pages/community/community.md
 delete mode 100644 docs/static_site/src/pages/community/contribute.md
 create mode 100644 docs/static_site/src/pages/community/document.md
 create mode 100644 docs/static_site/src/pages/community/error_handling.md
 create mode 100644 docs/static_site/src/pages/community/git_howto.md
 create mode 100644 docs/static_site/src/pages/community/index.md
 create mode 100644 docs/static_site/src/pages/community/pull_request.md