From e18cafecff2a7348508be25682f453e398f9f37a Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 12 May 2021 20:21:56 +0800 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 94507be..3fbee65 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,3 +6,7 @@ Please check the follow step before merging this pull request - [ ] Review all the code diff by yourself - [ ] All models(TensorFLow/Caffe/ONNX/PyTorch) testing passed - [ ] Details about your pull request, releated issues + +If this PR add new model support, please update `model_zoo.md` +- [] New Model Supported +- [] No New Model Supported -- GitLab