Add a checkbox asking users to reproduce on the latest version of the Desktop App (#2642)

* Add a checkbox asking users to reproduce on the latest version of the Desktop App

* Fixed the wording to include prerelease versions
This commit is contained in:
Devin Binnie 2023-03-29 10:13:57 -04:00 committed by GitHub
parent d18e3e2251
commit c5a5fa4da7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,8 @@ body:
required: true required: true
- label: This issue doesn't reproduce on web browsers (such as in Chrome). If it does, [issue reports go to the Mattermost Server repository](https://github.com/mattermost/mattermost-server/issues). - label: This issue doesn't reproduce on web browsers (such as in Chrome). If it does, [issue reports go to the Mattermost Server repository](https://github.com/mattermost/mattermost-server/issues).
required: true required: true
- label: This issue reproduces on the most recent [stable version](https://github.com/mattermost/desktop/releases/latest), or the most recent [prerelease version](https://github.com/mattermost/desktop/releases) of the Mattermost Desktop App.
required: true
- label: I have read the [contribution guidelines](https://github.com/mattermost/desktop/blob/master/CONTRIBUTING.md). - label: I have read the [contribution guidelines](https://github.com/mattermost/desktop/blob/master/CONTRIBUTING.md).
required: true required: true
- type: input - type: input