This guide will help you understand how to report bugs effectively for the tutorial_web_app.

Steps to Report a Bug

  1. Identify the Issue: Clearly describe what went wrong. Include as much detail as possible.
  2. Provide Reproduction Steps: List the steps to reproduce the bug.
  3. Include Environment Details: Mention the operating system, browser, and version of the app you are using.
  4. Screenshot: Attach a screenshot if it helps to illustrate the issue.

Reporting Process

  1. Open an Issue: Go to the GitHub repository and click on "New Issue".
  2. Fill in the Form: Fill in the required fields with the information you have gathered.
  3. Tag the Issue: Use appropriate tags to categorize the issue (e.g., bug, ui, performance).

Example

Here's an example of a well-reported bug:

  • Title: "Bug: Unresponsive Button on Login Page"
  • Description: "When clicking the 'Login' button, the page does not respond and hangs."
  • Steps to Reproduce: "1. Go to the login page. 2. Enter credentials. 3. Click the 'Login' button."
  • Environment: "Windows 10, Chrome 88.0.4324.104"
  • Screenshot:
    Login Page Bug

Remember, a clear and detailed bug report helps us fix issues more quickly.

For more information, check out our Developer Documentation.