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.
|
description: Please explain in detail, the issue you encountered and the steps to recreate it.
|
||||||
placeholder: Steps to recreate
|
placeholder: Steps to recreate
|
||||||
value: |
|
value: |
|
||||||
1.
|
I encountered an issue when trying to upgrade my existing installation to the Debian package.
|
||||||
2.
|
Steps to recreate:
|
||||||
3.
|
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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
|
Loading…
Reference in a new issue