Files
mattermost/.github/ISSUE_TEMPLATE.md
Hanzei eaeede66b2 Update pull request template (#10142)
* Update pull request template

* Changes as requested

* Link to https://developers.mattermost.com/contribute/server/developer-workflow/#running-only-specific-server-unit-tests

* Move PR and issue template to .github

* Update per feedback

See https://community.mattermost.com/core/pl/1ikmqhzw1ffsfepzyb4575bkih

* Changes as requested

* Remove checklist
2019-03-22 08:31:02 -04:00

1.4 KiB
Raw Blame History

Per Mattermost guidelines, GitHub issues are for bug reports: http://www.mattermost.org/filing-issues/.

For troubleshooting see: http://forum.mattermost.org/. For feature proposals see: http://www.mattermost.org/feature-requests/

If you've found a bug--something appears unintentional--please follow these steps:

  1. Confirm youre filing a new issue. Search existing tickets in Jira to ensure that the ticket does not already exist.
  2. Confirm your issue does not involve security. Otherwise, please see our Responsible Disclosure Policy.
  3. File a new issue using the format below. Mattermost will confirm steps to reproduce and file in Jira, or ask for more details if there is trouble reproducing it. If there's already an existing bug in Jira, it will be linked back to the GitHub issue so you can track when it gets fixed.

Summary

Bug report in one concise sentence

Steps to reproduce

How can we reproduce the issue (what version are you using?)

Expected behavior

Describe your issue in detail

Observed behavior (that appears unintentional)

What did you see happen? Please include relevant error messages and/or screenshots.

Possible fixes

If you can, link to the line of code that might be responsible for the problem