zulip/docs/contributing/bug-reports.md

24 lines
783 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
environment, and whether these are old versions
2017-08-07 12:18:17 +02:00
- Whether you are using the web app, a desktop app or a mobile device
to access Zulip
2017-08-07 12:18:17 +02:00
- Any additional information that would help: screenshots, GIFs, a
pastebin of the error log
2017-08-07 12:18:17 +02:00
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)