diff --git a/.github/ISSUE_TEMPLATE/how-to-question.md b/.github/ISSUE_TEMPLATE/how-to-question.md new file mode 100644 index 00000000..f18f0a6a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/how-to-question.md @@ -0,0 +1,26 @@ +--- +name: How to question +about: Asking how-to questions +title: '' +labels: question +assignees: '' + +--- + +### Before asking: +1. search the issues. +2. search the docs. + +If you still can't find what you need: +#### What is your question? + +#### Code +Please paste a code snippet if your question requires it! + +#### What have you tried? + +#### What's your environment? +- conda version (no venv) +- PyTorch version +- Lightning version +- Test-tube version