From 96b63a62434c5ac427ba274874e34299f4fca32e Mon Sep 17 00:00:00 2001 From: Brian Ellwood Date: Wed, 15 Nov 2017 08:13:34 -0500 Subject: [PATCH 1/4] Create ISSUE_TEMPLATE.md (#1721) Add issue template to make dealing with issues easier by having users supply relevant information upfront. --- .github/ISSUE_TEMPLATE.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 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..86bbffcf2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,34 @@ + +### Issue type: +[ ] Feature request +[ ] Bug report +[ ] Documentation + + +### Environment: +* AdminLTE Version: +* Operating System: +* Browser (Version): + + +### Description: From 61dc63a6d537fc35fbcb467e2aefa4f9e1573bcf Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Sun, 26 Nov 2017 10:43:11 -0500 Subject: [PATCH 2/4] Update bower.json --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index ec84f8dea..af4ed5ddc 100644 --- a/bower.json +++ b/bower.json @@ -8,7 +8,7 @@ "main": [ "index2.html", "dist/css/AdminLTE.css", - "dist/js/app.js", + "dist/js/adminlte.js", "build/less/AdminLTE.less" ], "keywords": [ From 6d6d00a281f0ff1ce3eb15cb716aa2e4c8163e0b Mon Sep 17 00:00:00 2001 From: Muhammad Iqmal Date: Sun, 26 Nov 2017 23:43:54 +0800 Subject: [PATCH 3/4] Fix Missing Chart.js File (#1738) This PR will fix missing Chart.js on Index2.html. This missing file causes by typo which is written Chart.js where it should be chart.js --- index2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index2.html b/index2.html index 6c3ae9cd4..13d8b618e 100644 --- a/index2.html +++ b/index2.html @@ -1562,7 +1562,7 @@ - + From 51e96d8ea9208f6004002901ccd5f20bfb17d23e Mon Sep 17 00:00:00 2001 From: Raphael Jackstadt Date: Wed, 29 Nov 2017 12:44:04 +0100 Subject: [PATCH 4/4] Update ISSUE_TEMPLATE.md (#1751) fix checkboxes for Issue type --- .github/ISSUE_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 86bbffcf2..ceb004002 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -10,9 +10,9 @@ will be closed. ---> ### Issue type: -[ ] Feature request -[ ] Bug report -[ ] Documentation +- [ ] Feature request +- [ ] Bug report +- [ ] Documentation