From 76d90d899a80f52246143edb7a683129b4359396 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 6 Nov 2021 13:58:12 +0100 Subject: [PATCH] =?UTF-8?q?Update=20Issue=20Templates=20with=20?= =?UTF-8?q?=F0=9F=92=A1=20ProTip!=20(#5539)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update bug-report.yml * Update question.yml * Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 10 ++++++---- .github/ISSUE_TEMPLATE/question.yml | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index a20f15c20c93..fcb64138b088 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -41,8 +41,8 @@ body: attributes: label: Bug description: Provide console output with error messages and/or screenshots of the bug. - placeholder: > - TIP: Include as much information as possible (screenshots, logs, tracebacks etc.) to receive the most helpful response. + placeholder: | + 💡 ProTip! Include as much information as possible (screenshots, logs, tracebacks etc.) to receive the most helpful response. validations: required: true @@ -51,7 +51,7 @@ body: label: Environment description: Please specify the software and hardware you used to produce the bug. placeholder: | - - YOLO: YOLOv5 🚀 v6.0-37-g620b535 torch 1.9.0+cu111 CUDA:0 (Tesla V100-SXM2-16GB, 16160.5MB) + - YOLO: YOLOv5 🚀 v6.0-67-g60e42e1 torch 1.9.0+cu111 CUDA:0 (A100-SXM4-40GB, 40536MiB) - OS: Ubuntu 20.04 - Python: 3.9.0 validations: @@ -64,7 +64,9 @@ body: When asking a question, people will be better able to provide help if you provide code that they can easily understand and use to **reproduce** the problem. This is referred to by community members as creating a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example). placeholder: | - # code to reproduce your issue here + ``` + # Code to reproduce your issue here + ``` validations: required: false diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 9ae5dd57c608..8e0993c68bab 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -22,8 +22,8 @@ body: attributes: label: Question description: What is your question? - placeholder: > - TIP: Include as much information as possible (screenshots, links, reference etc.) to receive the most helpful response. + placeholder: | + 💡 ProTip! Include as much information as possible (screenshots, logs, tracebacks etc.) to receive the most helpful response. validations: required: true