From c359be234251f1d6274343e18c9fcbce948a9b00 Mon Sep 17 00:00:00 2001 From: Syrone Wong Date: Mon, 12 Sep 2016 15:13:51 +0800 Subject: [PATCH] Add GitHub issue template Signed-off-by: Syrone Wong --- .github/issue_template.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 00000000..6f3962ca --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,19 @@ +Please read Wiki carefully, especially https://github.com/shadowsocks/shadowsocks-windows/wiki/Troubleshooting. +Please answer these questions before submitting your issue. Thanks! + +### Version(release version or AppVeyor link) + + +### Environment(Operating system, .NET Framework, etc) + + +### Steps you have tried + + +### What did you expect to see? + + +### What did you see instead? + + +### Config and error log in detail (with all sensitive info masked) \ No newline at end of file