Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADD Front end Issue Report Template #468

Merged
merged 2 commits into from
Nov 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/frontend_issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: "🌐 Frontend Issue Report"
description: "Create a detailed report to help us improve the frontend user experience."
title: "FRONTEND ISSUE:"
labels: ["Frontend", "Bug"]
body:
- type: checkboxes
attributes:
label: "Preliminary Checks"
description: "Please confirm the following before reporting a frontend issue."
options:
- label: "I have checked the browser console for errors"
required: true
- label: "I have searched the existing issues"
required: true
alo7lika marked this conversation as resolved.
Show resolved Hide resolved
- type: textarea
attributes:
label: "Issue Summary"
description: "Provide a concise summary of the issue, including what you expected to happen and what actually happened."
validations:
required: true
- type: textarea
attributes:
label: "Steps to Reproduce"
description: "List the steps to reproduce the issue, including which pages or components are affected."
validations:
required: true
- type: textarea
attributes:
label: "Expected vs Actual Behavior"
description: "What did you expect to happen instead of the current behavior?"
validations:
required: false
- type: textarea
attributes:
label: "Screenshots/Recordings"
description: "If applicable, attach screenshots or recordings that illustrate the issue."
validations:
required: false
- type: checkboxes
attributes:
label: "Additional Information"
options:
- label: "I agree to follow this project's Code of Conduct"
required: true
- label: "I can provide more details if needed"
alo7lika marked this conversation as resolved.
Show resolved Hide resolved
Loading