From d745402479c4197e15621fd60b7f323e5ec13813 Mon Sep 17 00:00:00 2001 From: Kyle Lobo Date: Tue, 4 Jun 2019 20:53:49 +0530 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..07c2854 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,16 @@ +### Subject of the issue +Describe your issue here. + +### Your environment +* version of angular-translate +* version of angular +* which browser and its version + +### Steps to reproduce +Tell us how to reproduce this issue. Please provide a working demo, you can use [this template](https://plnkr.co/edit/XorWgI?p=preview) as a base. + +### Expected behaviour +Tell us what should happen + +### Actual behaviour +Tell us what happens instead