-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: setup
bug_report.yaml
issue template
- Loading branch information
Showing
2 changed files
with
80 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,79 @@ | ||
name: "Bug report" | ||
|
||
description: "Create a report to help us improve." | ||
|
||
labels: | ||
- bug | ||
|
||
assignees: | ||
- zobweyt | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thank you for reporting bugs! We appreciate your help in improving our product. | ||
|
||
- type: checkboxes | ||
id: existing | ||
attributes: | ||
label: Search for Existing Issues | ||
description: Before submitting a new bug, please ensure you search for existing ones to prevent duplicates. | ||
options: | ||
- label: I've searched the [issues](https://github.com/quotepedia/api/issues?q=is%3Aissue+sort%3Aupdated). | ||
required: true | ||
- label: I've searched the [discussions](https://github.com/quotepedia/api/discussions). | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Bug Description | ||
description: Provide a clear description of what the bug is. | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: reproduction | ||
attributes: | ||
label: Live Reproduction | ||
description: | | ||
Include an example that can reproduce the bug. We can analyze and fix the bug much faster if you provide it. | ||
Please read these tips for providing a minimal example: https://stackoverflow.com/help/mcve. | ||
placeholder: https://github.com/user/repo | ||
|
||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Steps To Reproduce | ||
description: Describe how the bug can be reproduced. | ||
placeholder: | | ||
1. Go to… | ||
2. Open the command prompt… | ||
3. See the error message… | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Expected Behavior | ||
description: Provide a clear description of what you expected to happen. | ||
placeholder: I expected … but … is happening instead. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: extra | ||
attributes: | ||
label: Extra Information | ||
description: Include any other context about the bug here. | ||
|
||
- type: checkboxes | ||
id: conduct | ||
attributes: | ||
label: Code of Conduct | ||
description: The Code of Conduct creates a safe space for everyone. We require that everyone agrees to it. | ||
options: | ||
- label: I agree this project's [Code of Conduct](https://github.com/quotepedia/api/blob/main/CODE_OF_CONDUCT.md) | ||
required: true |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: true |