From 28765bf4bbc15aac244285a4cade2e0973cec66f Mon Sep 17 00:00:00 2001 From: Le Tan Date: Wed, 28 Feb 2018 20:59:27 +0800 Subject: [PATCH] add issue template --- ISSUE_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..08b9e02d --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,9 @@ +- English is preferred; +- Make the title as meaningful as possible; +- One issue for only one thing, since large issues are difficult to remember and handle; +- When reporting problems, elaborate it as detailed as possible like: + - Version of VNote, which operating system; + - What is the symptoms; + - What action triggered it; + - How to reproduce it; +- Please delete all these text and put whatever you want below. :)