From d940a53cd9d68aec9fbee966c7e870576fda3ff0 Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Tue, 10 Nov 2020 12:16:40 -0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++---- .github/ISSUE_TEMPLATE/feature_request.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6bfe3518..bced110f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,8 +3,8 @@ name: Bug report about: Create a bug report to help us improve. Issues are for reporting bugs or requesting features, the discussion forum is available for asking questions or seeking help from the community. -title: '' -labels: '' +title: "[BUG] Issue title..." +labels: bug assignees: rwightman --- @@ -24,9 +24,9 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - - OS: [e.g. iOS] + - OS: [e.g. Windows 10, Ubuntu 18.04] - This repository version [e.g. pip 0.3.1 or commit ref] - - PyTorch Version [e.g. 1.7] w/ CUDA/cuDNN version + - PyTorch version w/ CUDA/cuDNN [e.g. from `conda list`, 1.7.0 py3.8_cuda11.0.221_cudnn8.0.3_0] **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbb78ee1..d751adc8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,14 +3,14 @@ name: Feature request about: Suggest an idea for this project. Issues are for reporting bugs or requesting features, the discussion forum is available for asking questions or seeking help from the community. -title: '' -labels: '' +title: "[FEATURE] Feature title..." +labels: enhancement assignees: '' --- **Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +A clear and concise description of what the problem is. **Describe the solution you'd like** A clear and concise description of what you want to happen.