From bd1794d7f5a8bce8e7a803068d24d8efa8fc4e5e Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Mon, 15 May 2017 09:23:54 +0200 Subject: [PATCH] github(template): issue template (#1559) * github(tempalte): issue template * Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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 000000000..674b8feb8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,28 @@ +**I'm submitting a ...** (check one with "x") +[ ] bug report +[ ] feature request +[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://ionicworldwide.herokuapp.com/ + +**Current behavior:** + + +**Expected behavior:** + + +**Steps to reproduce:** + + +**Related code:** + +``` +insert any relevant code here +``` + +**Other information:** + + +**package.json info:** + +```json +insert the content here +```