From 99a38b3ef99f72931c180a394074ed22d43f0f45 Mon Sep 17 00:00:00 2001 From: Matthias Reso <13337103+mreso@users.noreply.github.com> Date: Thu, 9 May 2024 11:00:00 -0700 Subject: [PATCH] Fixed typo in bug issue template (#3137) --- .github/ISSUE_TEMPLATE/bug.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 9bd28a38c7..cb811dc961 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -40,20 +40,20 @@ body: Did you install torchserve from source? Are you using Docker? placeholder: | Install torchserve from source: No - Are you using Docker: Yes I ran ./build_image.sh + Are you using Docker: Yes I ran ./build_image.sh validations: required: true - + - type: textarea attributes: - label: Model Packaing + label: Model Packaging description: | Please describe how you packaged your model placeholder: | Link to builtin handler or example you used or link to a repo or gist with your custom handler or step by step instructions with torch-model-archiver validations: required: true - + - type: textarea attributes: label: config.properties @@ -86,7 +86,7 @@ body: torchserve --start ``` validations: - required: true + required: true - type: textarea attributes: