Skip to content

Latest commit

 

History

History
72 lines (42 loc) · 2.15 KB

ISSUE_TEMPLATE.md

File metadata and controls

72 lines (42 loc) · 2.15 KB

Issue Report

Title

[Provide a concise title for the issue]

Description

Please provide a clear and detailed description of the issue, including any relevant background information or context.

Steps to Reproduce the Issue

To assist us in understanding and resolving the issue, please outline the steps you took that led to the problem:

  1. Action 1: Describe the first action you took.
  2. Action 2: Describe the second action you took.
  3. Action 3: Describe any additional actions that may be relevant.

Feel free to be as detailed as necessary so we can replicate the issue accurately.

Expected Behavior

Describe what you expected to happen when following the steps above.

Actual Behavior

Describe what actually happened. Include any error messages or unexpected results.

Screenshots (if applicable)

If applicable, please attach any relevant screenshots or visual aids that help illustrate the issue.

Additional Context

Add any other context or information that may help in diagnosing the issue.


Examples

Example 1

Title: Product Search Feature Returns No Results
Description: The product search functionality fails to display any results even for valid search queries.

  • Steps to Reproduce:

    1. Navigate to the product search bar on the homepage.
    2. Type "Wireless Mouse" into the search field.
    3. Press the Enter key.
  • Expected Behavior: The system should display a list of products matching "Wireless Mouse."

  • Actual Behavior: The message "No results found" appears, regardless of valid input.


Example 2

Title: Login Issue with Valid Credentials
Description: Users are experiencing issues logging in, despite entering the correct username and password.

  • Steps to Reproduce:

    1. Access the login page.
    2. Input a valid username and password.
    3. Click the "Login" button.
  • Expected Behavior: The user should successfully log in and be redirected to their dashboard.

  • Actual Behavior: An error message states, "Invalid credentials," preventing access.


Thank you for taking the time to report this issue! We appreciate your help in improving our project.