From 79d8c6e818cea4a5597a427f12b14897d013574a Mon Sep 17 00:00:00 2001 From: Yoshitaka Moriwaki Date: Wed, 9 Aug 2023 11:37:34 +0900 Subject: [PATCH] Update question.md limited only installation issues --- .github/ISSUE_TEMPLATE/question.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 370d130..39f02d9 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -7,14 +7,21 @@ assignees: '' --- -**What is your question?** +**Caution: Please only report your issue related to the installation on your local PC or macOS.** If you can get the help message by `colabfold_batch --help` or run a test prediction successfully, your installation is successful. Requests or questions regarding ColabFold features should be directed to [ColabFold repo's issues](https://github.com/sokrypton/ColabFold/issues). + +---- + +**What is your installation issue?** + Describe your question here. **Computational environment** + - OS: [e.g. Ubuntu 22.04, Windows10 & WSL2, macOS...] - CUDA version if Linux (Show the output of `/usr/local/cuda/bin/nvcc --version`.) **To Reproduce** + Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' @@ -22,4 +29,5 @@ Steps to reproduce the behavior: 4. See error **Expected behavior** + A clear and concise description of what you expected to happen.