update issue template

This commit is contained in:
Le Tan 2018-08-28 21:04:39 +08:00
parent 126600dbb1
commit faa1ba0fb2

View File

@ -1,9 +1,7 @@
- English is preferred; - 1 issue that costs user 1 minute to compose may take the dev 10 minutes to figure it out before coding;
- Make the title as meaningful as possible; - 1 issue that costs user 10 minutes to compose may take the dev just 1 minute to figure it out before coding;
- One issue for only one thing, since large issues are difficult to remember and handle; - 100 1-minute issues by 100 users may take the dev **1000** minutes to figure it out before coding.
- When reporting problems, elaborate it as detailed as possible like:
- Version of VNote, which operating system; - 一个用户花1分钟写好的问题可能得耗费开发者10分钟去理解清楚然后才是写代码解决问题
- What is the symptoms; - 一个用户花10分钟写好的问题可能只需要开发者1分钟去理解清楚然后写代码解决问题
- What action triggered it; - 由100个用户在1分钟内写好的100个问题可能会耗费开发者**1000**分钟去理解清楚,然后才是写代码解决问题。
- How to reproduce it;
- Please delete all these text and put whatever you want below. :)