diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index d7b994d..b801632 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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