From 7bb53559e8561c9f41fc0e02761bd3e24a31c009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 19 Oct 2016 10:17:09 +0200 Subject: [PATCH] Issues template --- 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..dc4f151d --- /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!