Include more obvious prompt to reproduce issues in the Web App first (#2883)

* Include more obvious prompt to reproduce issues in the Web App first

We've received a very large volume of issues to the Desktop App repository that are actually Web App issues. It would appear that users are missing/misinterpreting the prompt to try and reproduce in the Web App first.

This PR adds a much large prompt in the issue template to hopefully ensure reporter will know where the issues should go.

* Update bug_report.yml
This commit is contained in:
Devin Binnie 2023-10-13 10:53:20 -04:00 committed by GitHub
parent 4fb7676d41
commit d7857c9b0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,19 +3,26 @@ description: Create a report about an issue you found in the Mattermost Desktop
title: "[Bug]: "
labels: "Type/Bug"
body:
- type: markdown
attributes:
value: |
## STOP! Before you file a bug report
Check that the issue is truly a Desktop App issue and not an issue with our Web App. The Desktop App makes use of the Mattermost Web App to render Mattermost. This repository is for issues with the Desktop App wrapper.
You can do this by going to your web browser (preferably Chrome) and attempting to reproduce the issue there.
If it does, the issue should be reported to the [main Mattermost repository](https://github.com/mattermost/mattermost/issues).
- type: checkboxes
attributes:
label: Before you file a bug report
label: Checks before filing an issue
description: Please ensure you can confirm the following
options:
- 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
- label: I have checked the [issue tracker](https://github.com/mattermost/desktop/issues) and have not found an issue that matches the one I'm filing.
required: true
- label: "This issue is not a troubleshooting question. Troubleshooting questions go here: https://forum.mattermost.com/c/trouble-shoot/16."
required: true
- label: "This issue is not a feature request. You can request features and make product suggestions here: https://mattermost.com/suggestions/."
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).
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).
@ -75,4 +82,4 @@ body:
- type: textarea
attributes:
label: Additional Information
description: If you have anything else to add to the ticket, you may do so here.
description: If you have anything else to add to the ticket, you may do so here.