diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 86363e7da9d..010f7c1132e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -21,7 +21,7 @@ body: A clear and concise description of what the bug is. ```python - # Sample code to reproduce the problem + # Sample code to reproduce the problem. If applicable, also include your model export command. ``` ```