diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000000..5910b492bc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,64 @@ +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). + 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.