From 01c04e9fa989faed2029f4929b9e97d2a3d5baa0 Mon Sep 17 00:00:00 2001 From: Marcel Raschke <42359664+MarcelRaschke@users.noreply.github.com> Date: Thu, 22 Nov 2018 20:43:27 +0100 Subject: [PATCH 1/3] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 35 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/custom.md | 7 +++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++ 3 files changed, 59 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..b7353733 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 00000000..99bb9a00 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,7 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..066b2d92 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From 47446da1ee9e85863cd58136124175b8e24ee98a Mon Sep 17 00:00:00 2001 From: Marcel Raschke <42359664+MarcelRaschke@users.noreply.github.com> Date: Thu, 22 Nov 2018 20:48:28 +0100 Subject: [PATCH 2/3] Update issue templates From 79d924c34fb990f5e0ac742f80061a9309d442f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 22 Oct 2022 17:59:35 +0000 Subject: [PATCH 3/3] feat: upgrade grunt-contrib-jshint from 1.1.0 to 3.2.0 Snyk has created this PR to upgrade grunt-contrib-jshint from 1.1.0 to 3.2.0. See this package in npm: https://www.npmjs.com/package/grunt-contrib-jshint See this project in Snyk: https://app.snyk.io/org/marcelraschke/project/ffd3ae09-96ac-4d89-a4c1-37b0c421dc14?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f016fa27..2e39d055 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "grunt": "~1.0.1", "grunt-contrib-clean": "~1.0.0", "grunt-contrib-concat": "~1.0.0", - "grunt-contrib-jshint": "~1.1.0", + "grunt-contrib-jshint": "~3.2.0", "grunt-contrib-watch": "~1.0.0", "grunt-include-replace": "~5.0.0", "load-grunt-tasks": "~3.5.0",