From 497e83eda5c49d1613fa7e4b169b656193d7dec0 Mon Sep 17 00:00:00 2001 From: Pranav Sharma Date: Thu, 26 Mar 2020 14:28:27 -0700 Subject: [PATCH] Minor update to the issue template. Add a line to attach model where applicable. (#3339) --- .github/ISSUE_TEMPLATE/bug-performance-issue.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-performance-issue.md b/.github/ISSUE_TEMPLATE/bug-performance-issue.md index 0f168c4e71..8b8394abc5 100644 --- a/.github/ISSUE_TEMPLATE/bug-performance-issue.md +++ b/.github/ISSUE_TEMPLATE/bug-performance-issue.md @@ -21,7 +21,8 @@ If there are particular important use cases blocked by this or strict project-re - GPU model and memory: **To Reproduce** -Describe steps/code to reproduce the behavior: +- Describe steps/code to reproduce the behavior. +- Attach the ONNX model to the issue (where applicable) to expedite investigation. **Expected behavior** A clear and concise description of what you expected to happen.