From 542e8fc5427f57592b9b5a523b782b0b47ca59d6 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 12 May 2021 20:23:05 +0800 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3fbee65..42cb316 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,6 +7,6 @@ Please check the follow step before merging this pull request - [ ] 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 +If this PR add new model support, please update `model_zoo.md` and add model to out test model zoos(@wjj19950828) +- [ ] New Model Supported +- [ ] No New Model Supported -- GitLab