Skip to content

Commit

Permalink
bump: Tools to 1.0.20210914
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Vorwerk <[email protected]>
  • Loading branch information
FossoresLP committed Sep 14, 2021
1 parent 7e0394e commit b651a00
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 19 deletions.
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -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
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -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.
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/report-a-bug.md

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b651a00

Please sign in to comment.