From 052757b2e8fadf85eeb5689ab8eb112c51f378c9 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Wed, 29 Aug 2018 20:36:35 +0800 Subject: [PATCH] update issue template --- ISSUE_TEMPLATE.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index db688269..d9bb4fdf 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,7 +1,12 @@ -- 1 issue that costs user 1 minute to compose may take the dev 10 minutes to figure it out before coding; -- 1 issue that costs user 10 minutes to compose may take the dev just 1 minute to figure it out before coding; -- 100 1-minute issues by 100 users may take the dev **1000** minutes to figure it out before coding. +**PLEASE elaborate the issue in detail** +**请详细描述问题** + +OS Version (操作系统): Windows, Linux, macOS + +VNote Version (VNote版本): Latest (最新) + +Symptoms (表现): + + +How to Repro (如何复现): -- 一个用户花1分钟写好的问题,可能得耗费开发者10分钟去理解清楚,然后才是写代码解决问题; -- 一个用户花10分钟写好的问题,可能只需要开发者1分钟去理解清楚,然后写代码解决问题; -- 由100个用户在1分钟内写好的100个问题,可能会耗费开发者**1000**分钟去理解清楚,然后才是写代码解决问题。