From a11b6a58ce8eb8f04dc7522919e863989785e73e Mon Sep 17 00:00:00 2001 From: Lan Gong Date: Thu, 7 Apr 2022 16:45:20 -0400 Subject: [PATCH] Dedup instructions of ISSUE TEMPLATE (#18) --- .github/ISSUE_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 31794d7d..597eba3a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -17,7 +17,6 @@ Error messages and stack traces are also helpful. ## System Info Please copy and paste the output from [environment collection script](https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py) -and fill out the checklist below. You can get the script and run it with: ``` @@ -26,6 +25,8 @@ wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collec python collect_env.py ``` +OR manually fill out the checklist below. + - How you installed TorchMultimodal (conda, pip, source): - Build command you used (if compiling from source): - OS: