Align versions in templates to current/plausible values (#34952)

This commit is contained in:
Matt Jankowski 2025-06-06 03:42:57 -04:00 committed by GitHub
parent 86627624f1
commit f2cdbefa3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 12 deletions

View file

@ -48,8 +48,8 @@ body:
attributes: attributes:
label: Mastodon version label: Mastodon version
description: | description: |
This is displayed at the bottom of the About page, eg. `v4.4.0-alpha.1` This is displayed at the bottom of the About page, eg. `v4.4.0-beta.1`
placeholder: v4.3.0 placeholder: v4.4.0-beta.1
validations: validations:
required: true required: true
- type: input - type: input
@ -57,7 +57,7 @@ body:
label: Browser name and version label: Browser name and version
description: | description: |
What browser are you using when getting this bug? Please specify the version as well. What browser are you using when getting this bug? Please specify the version as well.
placeholder: Firefox 131.0.0 placeholder: Firefox 139.0.0
validations: validations:
required: true required: true
- type: input - type: input
@ -65,7 +65,7 @@ body:
label: Operating system label: Operating system
description: | description: |
What OS are you running? Please specify the version as well. What OS are you running? Please specify the version as well.
placeholder: macOS 15.0.1 placeholder: macOS 15.5
validations: validations:
required: true required: true
- type: textarea - type: textarea

View file

@ -49,8 +49,8 @@ body:
attributes: attributes:
label: Mastodon version label: Mastodon version
description: | description: |
This is displayed at the bottom of the About page, eg. `v4.4.0-alpha.1` This is displayed at the bottom of the About page, eg. `v4.4.0-beta.1`
placeholder: v4.3.0 placeholder: v4.4.0-beta.1
validations: validations:
required: false required: false
- type: textarea - type: textarea
@ -60,7 +60,7 @@ body:
Any additional technical details you may have, like logs or error traces Any additional technical details you may have, like logs or error traces
value: | value: |
If this is happening on your own Mastodon server, please fill out those: If this is happening on your own Mastodon server, please fill out those:
- Ruby version: (from `ruby --version`, eg. v3.4.1) - Ruby version: (from `ruby --version`, eg. v3.4.4)
- Node.js version: (from `node --version`, eg. v20.18.0) - Node.js version: (from `node --version`, eg. v22.16.0)
validations: validations:
required: false required: false

View file

@ -50,7 +50,7 @@ body:
label: Mastodon version label: Mastodon version
description: | description: |
This is displayed at the bottom of the About page, eg. `v4.4.0-alpha.1` This is displayed at the bottom of the About page, eg. `v4.4.0-alpha.1`
placeholder: v4.3.0 placeholder: v4.4.0-beta.1
validations: validations:
required: false required: false
- type: textarea - type: textarea
@ -60,9 +60,9 @@ body:
Details about your environment, like how Mastodon is deployed, if containers are used, version numbers, etc. Details about your environment, like how Mastodon is deployed, if containers are used, version numbers, etc.
value: | value: |
Please at least include those informations: Please at least include those informations:
- Operating system: (eg. Ubuntu 22.04) - Operating system: (eg. Ubuntu 24.04.2)
- Ruby version: (from `ruby --version`, eg. v3.4.1) - Ruby version: (from `ruby --version`, eg. v3.4.4)
- Node.js version: (from `node --version`, eg. v20.18.0) - Node.js version: (from `node --version`, eg. v22.16.0)
validations: validations:
required: false required: false
- type: textarea - type: textarea