From 3cd5de59fea3609370dda180ddc866226459101f Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Wed, 9 Dec 2020 09:57:58 +0100 Subject: [PATCH 1/3] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 505b7abf..0b4093fa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,9 +8,13 @@ assignees: '' --- **Before submitting an issue** -Please read this first https://github.com/billz/raspap-webgui/wiki/Reporting-issues -* [x] This is a bug report +All submitters MUST read this first https://github.com/billz/raspap-webgui/wiki/Reporting-issues + +Have a question or want to suggest a feature? You may do so here https://github.com/billz/raspap-webgui/discussions + + +* [ ] This is a bug report * [ ] I searched existing issues before opening this one * [ ] I checked the FAQ before creating this issue * [ ] I have read and understand the issue reporting guidelines @@ -20,7 +24,7 @@ A clear and concise description of what the bug is. **Your environment** * Raspberry Pi hardware (examples: Pi 3 Model B+, Pi Zero W) -* Raspbian version (examples: Buster Lite, Buster Desktop) +* Raspbian version (examples: RPi OS Lite, Armbian) * Followed the project prerequisites? (Y/N) * Checked the project FAQ? (Y/N) * RaspAP Quick Install or Manual setup? From 3a7ac95ffe9e4fcf2fc5d8cbfbde2cf934d88da1 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Wed, 9 Dec 2020 10:01:45 +0100 Subject: [PATCH 2/3] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0b4093fa..abe8e634 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,7 +13,6 @@ All submitters MUST read this first https://github.com/billz/raspap-webgui/wiki/ Have a question or want to suggest a feature? You may do so here https://github.com/billz/raspap-webgui/discussions - * [ ] This is a bug report * [ ] I searched existing issues before opening this one * [ ] I checked the FAQ before creating this issue From 9b2ea74a6f95354ad99d72d8cfcbaa249717cb2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 22:29:22 +0000 Subject: [PATCH 3/3] Bump ini from 1.3.5 to 1.3.8 Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8) Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index c6c21827..2b445d7f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2125,9 +2125,9 @@ inherits@2.0.3: integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= ini@^1.3.4, ini@~1.3.0: - version "1.3.5" - resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" - integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== + version "1.3.8" + resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" + integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== interpret@^1.1.0: version "1.2.0"