Osclass Documentation
Download OslcassCodeIssuesSupport Forum
Latest
Latest
  • Mindstellar Osclass
  • Beginners
    • Install
    • Updating Osclass
    • Osclass Cron
  • Configuring Osclass
    • Mail Server
    • Installing Locations
    • Increase PHP memory limit
    • Improving Search
    • Configure Cache
  • Developers
    • Basic Osclass
      • Contribute to Osclass
      • Coding Style
      • Debug PHP Errors
      • Debug SQL Queries
      • How to write a bug report
      • Database model and diagram
    • Plugins and Themes
      • Auto-update themes and plugins
      • Administrator Menus
      • Admin Toolbar
      • Style and scripts enqueue functions
      • Routes
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Developers
  2. Basic Osclass

How to write a bug report

PreviousDebug SQL QueriesNextDatabase model and diagram

Last updated 3 years ago

Was this helpful?

We don’t like bugs, neither you do. I’ve seen a post in talking about this and I’ve found really interesting. I’m going to reproduce it here:

Here’s a great rule: If we can’t reproduce the bug, we can’t fix the bug.

When you report a bug to us, here’s what happens:

  • We read the bug report

  • One of us tries to reproduce the bug

  • If we can reproduce it, we investigate what’s broken and fix it

  • But if we can’t reproduce the bug…

  • Often bug reports don’t include enough information. Meaning we have go back and ask for details so we can investigate. If you want to increase the odds we fix an issue, and fix it fast, help us out.

A great bug report includes the following:

  1. What were you trying to do?

  2. What did you click on or do last?

  3. What happened / what did you see?

  4. What browser are you using?

  5. What version of OSClass?

  6. What hosting provider? (And if you know, what version of PHP do they use?)

  7. The bug is reported to the right place:

    1. Plugins: Specify the plugin and the version

    2. Themes: Specify the theme and the version

Bonus points for reviewing known issues before submitting, as your problem might already have been reported and have a patch or a workaround.

We work hard to have you deal with as few issues as possible, but if you want to improve the odds we can fix your issue fast, please take a extra minute to write a bug report that’s easier for us to use. Thanks.

Bug reports that for #3 are incredibly useful, as we can see exactly what you saw.

Source:

jetpack blog
OSClass
show screenshots
How to write a great bug report