-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat:Added yaml template for bunk mate
- Loading branch information
1 parent
476c6af
commit a55889e
Showing
1 changed file
with
23 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,130 +1,38 @@ | ||
name: Bug Report | ||
description: Create a detailed bug report to help us improve | ||
title: "[BUG]: Describe the bug briefly" | ||
labels: | ||
- bug | ||
- needs-triage | ||
|
||
name: 🐞 Bug report | ||
description: Report a bug to help us improve Bunk-Mate. | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Bug Report Guidelines | ||
Please provide clear and concise information about the issue. | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Contact Details | ||
description: How can we reach you if we need more information? | ||
placeholder: [email protected] | ||
validations: | ||
required: false | ||
|
||
- type: dropdown | ||
id: component | ||
- type: checkboxes | ||
id: new-bug | ||
attributes: | ||
label: Affected Component | ||
description: Which part of the project is impacted? | ||
label: Terms | ||
options: | ||
- Frontend | ||
- Backend | ||
- Database | ||
- API | ||
- Other | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Bug Description | ||
description: Provide a clear, detailed description of the bug | ||
placeholder: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
|
||
- label: I have searched all [open bug reports](https://github.com/Bunk-Mate/Mobile-App/blob/main/CONTRIBUTING.md) | ||
required: true | ||
- label: I agree to follow Scribe-Android's [Code of Conduct](https://github.com/Bunk-Mate/Mobile-App/blob/main/CONTRIBUTING.md) | ||
required: true | ||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Reproduction Steps | ||
description: Detail the exact steps to reproduce the issue | ||
label: Behavior | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
A concise description of what you're experiencing and what you expected to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Expected Behavior | ||
description: What did you expect to happen? | ||
placeholder: A clear and concise description of what you expected to occur. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: actual | ||
attributes: | ||
label: Actual Behavior | ||
description: What actually happened? | ||
placeholder: Describe the specific behavior you observed. | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: severity | ||
- type: input | ||
id: device | ||
attributes: | ||
label: Severity | ||
description: How critical is this bug? | ||
options: | ||
- Critical | ||
- High | ||
- Medium | ||
- Low | ||
label: Device type | ||
placeholder: "Please enter the device type" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: environment | ||
attributes: | ||
label: Environment Details | ||
description: Provide context about your environment | ||
placeholder: | | ||
- OS: [e.g., Windows 10, macOS 11.5] | ||
- Browser: [e.g., Chrome 92, Firefox 90] | ||
- Version: [e.g., 1.2.3] | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: Add screenshots to help explain the problem | ||
placeholder: Drag and drop or paste screenshots here. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: additional | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Additional Context | ||
description: Add any other context about the problem here | ||
placeholder: Any additional information, logs, or context that might be helpful. | ||
label: Versions | ||
placeholder: "What are the OS and Bunk-Mate versions?" | ||
validations: | ||
required: false | ||
|
||
- type: checkboxes | ||
id: terms | ||
- type: markdown | ||
attributes: | ||
label: Confirmation | ||
description: Ensure your report meets our guidelines | ||
options: | ||
- label: I have checked for existing similar issues | ||
required: true | ||
- label: My report contains all relevant information | ||
required: true | ||
value: | | ||
Thanks for taking the time to fill out this bug report! |