mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
64 lines
2.6 KiB
YAML
64 lines
2.6 KiB
YAML
name: Bug report
|
|
description: Create a report about an issue you found
|
|
title: "[Bug]: "
|
|
labels: "Bug Report/Open"
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Before you file a bug report
|
|
description: Please ensure you can confirm the following
|
|
options:
|
|
- label: I have checked the [issue tracker](https://github.com/mattermost/mattermost/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.uservoice.com/forums/306457-general/."
|
|
required: true
|
|
- label: This issue reproduces on one of the [currently supported server versions](https://docs.mattermost.com/about/mattermost-server-releases.html#latest-releases).
|
|
required: true
|
|
- label: I have read the [contribution guidelines](https://github.com/mattermost/mattermost/blob/master/CONTRIBUTING.md) and the [Mattermost Handbook Contribution Guidelines](https://handbook.mattermost.com/contributors/contributors/guidelines/contribution-guidelines).
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: Mattermost Server Version
|
|
description: |
|
|
What version of the Mattermost server are you using? You can find it by going to [Main Menu] > [About Mattermost].
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: Operating System
|
|
description: |
|
|
What operating system does this issue occur on?
|
|
Example: Windows 10
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: |
|
|
Include a clear description of the steps taken to reproduce this issue.
|
|
It is also helpful to attach a screenshot or video if applicable.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected behavior
|
|
description: Include a clear description of what you expect to happen.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Observed behavior
|
|
description: Include a clear description of what actually happens.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Log Output
|
|
description: Please include output from the log files.
|
|
render: shell
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional Information
|
|
description: If you have anything else to add to the ticket, you may do so here.
|