From b651a00be86f6188aa15e7eb6f92774f1d614174 Mon Sep 17 00:00:00 2001 From: Pascal Vorwerk Date: Tue, 14 Sep 2021 09:13:54 +0200 Subject: [PATCH] bump: Tools to 1.0.20210914 Signed-off-by: Pascal Vorwerk --- .github/ISSUE_TEMPLATE/bug.yml | 54 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 11 +++++ .github/ISSUE_TEMPLATE/report-a-bug.md | 17 ------- .github/workflows/build.yml | 4 +- 4 files changed, 67 insertions(+), 19 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug.yml create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md delete mode 100644 .github/ISSUE_TEMPLATE/report-a-bug.md diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..eda47b4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,54 @@ +name: Bug Report +description: File a bug report +labels: [bug/possible] +body: + - type: markdown + attributes: + value: | + Please fill out this form to report a bug + - type: input + id: package + attributes: + label: Package version + description: Which version of this package did you use (the tag of the release) + placeholder: e.g. 1.0.20210606-1 + validations: + required: true + - type: input + id: firmware + attributes: + label: Firmware version + description: Which firmware version are you running on your device + placeholder: e.g. 2.0.9-hotfix1 + validations: + required: true + - type: dropdown + id: device + attributes: + label: Device + description: On which device are you running WireGuard + options: + - EdgeRouter X (SFP) - e50 + - EdgeRouter Lite / PoE - e100 + - EdgeRouter 8 (Pro) - e200 + - EdgeRouter 4 / 6P / 12 - e300 + - EdgeRouter Infinity - e1000 + - UniFi Security Gateway - UGW3 + - UniFi Security Gateway Pro 4 - UGW4 + - UniFi Security Gateway XG 8 - UGWXG + - Unifi Dream Machine (Pro / SE) - UDM + validations: + required: true + - type: textarea + id: description + attributes: + label: Issue description + description: Description of the issue you are facing + validations: + required: true + - type: textarea + id: logs + attributes: + label: Configuration and log output + description: Relevant configuration and log output. This will be automatically formatted into code, so no need for backticks. Remember to redact sensitive information like private keys and public ips. + render: shell diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..3c90289 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,11 @@ +--- +name: Request a feature +about: Request a new feature or additional functionality +labels: [enhancement] +assignees: '' + +--- + +Describe the feature you would like to request in as much detail as possible. + +If it is specific to certain devices please let us know which. diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md deleted file mode 100644 index c0499c0..0000000 --- a/.github/ISSUE_TEMPLATE/report-a-bug.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Report a bug -about: Report a issues with a package -title: '' -labels: '' -assignees: '' - ---- - -**General info** -Package version: [e.g. 1.0.20210606-1] -OS version: [e.g. 2.0.9-hotfix1] -Device: [e.g. EdgeRouter 8 Pro or e200] - -*If the issue only occurs with a specific configuration, please include as much of your configuration as possible* - -**Please remember to redact sensitive information like private keys and public ips** diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ff7accc..90f7758 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,8 +10,8 @@ on: env: MODULE_VERSION: "1.0.20210606" - TOOLS_VERSION: "1.0.20210424" - PACKAGE_RELEASE: "1" + TOOLS_VERSION: "1.0.20210914" + PACKAGE_RELEASE: "2" FIRMWARE_ER_v1: "v1.10.11" FIRMWARE_ER_v2: "v2.0.9" FIRMWARE_UGW: "4.4.50"