Skip to content

Commit 99a38b3

Browse files
authored
Fixed typo in bug issue template (#3137)
1 parent 087e813 commit 99a38b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@ body:
4040
Did you install torchserve from source? Are you using Docker?
4141
placeholder: |
4242
Install torchserve from source: No
43-
Are you using Docker: Yes I ran ./build_image.sh
43+
Are you using Docker: Yes I ran ./build_image.sh
4444
validations:
4545
required: true
46-
46+
4747
- type: textarea
4848
attributes:
49-
label: Model Packaing
49+
label: Model Packaging
5050
description: |
5151
Please describe how you packaged your model
5252
placeholder: |
5353
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
5454
validations:
5555
required: true
56-
56+
5757
- type: textarea
5858
attributes:
5959
label: config.properties
@@ -86,7 +86,7 @@ body:
8686
torchserve --start
8787
```
8888
validations:
89-
required: true
89+
required: true
9090

9191
- type: textarea
9292
attributes:

0 commit comments

Comments
 (0)