diff --git a/.github/ISSUE_TEMPLATE/packaging.yml b/.github/ISSUE_TEMPLATE/packaging.yml index 3105430b..3e502891 100644 --- a/.github/ISSUE_TEMPLATE/packaging.yml +++ b/.github/ISSUE_TEMPLATE/packaging.yml @@ -88,3 +88,20 @@ body: - x86 - arm32 - Other (please specify in the Additional Information area at the end) + + - type: input + id: version + validations: + required: false + attributes: + label: What version of bottom are you running? + description: > + Please specify which version of `bottom` you're running if relevant (e.g. there's an installation + issue with a specific release). You can find this with `btm -V`. If you are using a + nightly/non-release version, please also specify that. + + If you're not running the latest version, it would also be helpful to + see if [the latest + version](https://github.com/ClementTsang/bottom/releases/latest) solves + the issue first. + placeholder: 0.14.6 diff --git a/.github/workflows/build_releases.yml b/.github/workflows/build_releases.yml index 8edbb595..1b6b1939 100644 --- a/.github/workflows/build_releases.yml +++ b/.github/workflows/build_releases.yml @@ -404,7 +404,7 @@ jobs: build-deb: name: "Build .deb software packages" - runs-on: ${{ matrix.info.os || 'ubuntu-24.04' }} + runs-on: ${{ matrix.info.os || 'ubuntu-22.04' }} timeout-minutes: 12 strategy: fail-fast: false