steps
This commit is contained in:
parent
4c34c17fe8
commit
116f1852e9
1 changed files with 5 additions and 3 deletions
8
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
@ -31,9 +31,11 @@ body:
|
|||
description: Please explain in detail, the issue you encountered and the steps to recreate it.
|
||||
placeholder: Steps to recreate
|
||||
value: |
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
I encountered an issue when trying to upgrade my existing installation to the Debian package.
|
||||
Steps to recreate:
|
||||
1. Run the now depricated installation script
|
||||
2. Attempt to upgrade to version 1.0.0 of the Debian package with dpkg -i as root
|
||||
3. The install will fail with the error: `dpkg-divert: error: rename involves overwriting`
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
|
|
Loading…
Reference in a new issue