From 132f7591908470e1311f22a59076a3d4caf97a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 19 Oct 2016 10:22:06 +0200 Subject: [PATCH] Add issues temaplate --- ISSUE_TEMPLATE.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..068b5851 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,19 @@ +**Before adding an issue** +Please ensure that your issue is not already reported in our [issues list](https://tree.taiga.io/project/taiga/issues?order_by=-created_date). +If this issue was already reported, remember that you can upvote it to raise its importance. + +**Do you want to request a *feature* or report a *bug*?** + +**What is the current behavior?** + +**If the current behavior is a bug, please provide the steps to reproduce.** + +**What is the expected behavior?** + +**Is it happening in taiga.io or in your own instance?** + +**What browser/version are you using?** + +**Are there any console errors *(Ctrl + F12)* in red?** + +Thanks for reporting!