vnote/ISSUE_TEMPLATE.md
2018-08-28 21:04:39 +08:00

8 lines
718 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

- 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.
- 一个用户花1分钟写好的问题可能得耗费开发者10分钟去理解清楚然后才是写代码解决问题
- 一个用户花10分钟写好的问题可能只需要开发者1分钟去理解清楚然后写代码解决问题
- 由100个用户在1分钟内写好的100个问题可能会耗费开发者**1000**分钟去理解清楚,然后才是写代码解决问题。