zulip/docs/contributing/bug-reports.md

23 lines
776 B
Markdown
Raw Normal View History

2017-08-07 12:18:17 +02:00
# Bug report guidelines
Please include these elements in your bug report to make it easier for us to help you.
- A brief title
2017-08-07 12:18:17 +02:00
- An explanation of what you were expecting vs. the actual result
2017-08-07 12:18:17 +02:00
- Steps to take in order to reproduce the buggy behavior
2017-08-07 12:18:17 +02:00
- Whether you are using Zulip in production or in the development
2017-08-07 12:18:17 +02:00
environment, and whether these are old versions
- Whether you are using the web app, a desktop app or a mobile device
2017-08-07 12:18:17 +02:00
to access Zulip
- Any additional information that would help: screenshots, GIFs, a
2017-08-07 12:18:17 +02:00
pastebin of the error log
Further reading:
- [How to write a bug report that will make your engineers love you](https://testlio.com/blog/the-ideal-bug-report/)
- [How to Report Bugs Effectively](https://www.chiark.greenend.org.uk/~sgtatham/bugs.html)