-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
76 additions
and
41 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,42 +1,77 @@ | ||
name: 🐞 Bug report | ||
name: 🐛 Bug report | ||
description: Report broken functionality. | ||
labels: [bug] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
🧐 **Guidelines:** | ||
- Search through [existing issues](https://github.com/Tyrrrz/GitHubActionsTestLogger/issues?q=is%3Aissue) first to ensure that this bug has not been reported before. | ||
- Write a descriptive title for your issue. Avoid generic or vague titles such as "Something's not working" or "A couple of problems". | ||
- Keep your issue focused on one single problem. If you have multiple bug reports, please create separate issues for each of them. | ||
- Provide as much context as possible in the details section. Include screenshots, screen recordings, links, references, or anything else you may consider relevant. | ||
- If you want to ask a question instead of reporting a bug, please use [discussions](https://github.com/Tyrrrz/GitHubActionsTestLogger/discussions/new) instead. | ||
- type: input | ||
attributes: | ||
label: Version | ||
description: Which version of GitHubActionsTestLogger does this bug affect? | ||
placeholder: ver X.Y.Z | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Details | ||
description: Clear and thorough explanation of the bug. | ||
placeholder: I was doing X expecting Y to happen, but Z happened instead. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: Minimum steps required to reproduce the bug. | ||
placeholder: | | ||
- Step 1 | ||
- Step 2 | ||
- Step 3 | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
### 📖 Important | ||
- Avoid generic or vague titles such as "Something's not working" or "A couple of problems" — be as descriptive as possible. | ||
- Keep your issue focused on one single problem. If you have multiple bug reports, please create separate issues for each of them. | ||
- Issues should represent **complete and actionable** work items. If you are unsure about something or have a question, please start a [discussion](https://github.com/Tyrrrz/GitHubActionsTestLogger/discussions/new) instead. | ||
- Remember that GitHubActionsTestLogger is an open-source project funded by the community. If you find it useful, **please consider [donating](https://tyrrrz.me/donate) to support its development**. | ||
___ | ||
- type: input | ||
attributes: | ||
label: Version | ||
description: Which version of the package does this bug affect? | ||
placeholder: v1.0.0 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Platform | ||
description: What platform do you experience this bug on? | ||
placeholder: .NET 7.0 / Windows 11 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: > | ||
Minimum steps required to reproduce the bug, including prerequisites, code snippets, or other relevant items. | ||
The information provided in this field must be readily actionable, meaning that anyone should be able to reproduce the bug by following these steps. | ||
If the reproduction steps are too complex to fit in this field, please provide a link to a repository instead. | ||
placeholder: | | ||
- Step 1 | ||
- Step 2 | ||
- Step 3 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Details | ||
description: Clear and thorough explanation of the bug, including any additional information you may find relevant. | ||
placeholder: | | ||
- Expected behavior: ... | ||
- Actual behavior: ... | ||
validations: | ||
required: true | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: Checklist | ||
description: Quick list of checks to ensure that everything is in order. | ||
options: | ||
- label: I have looked through existing open and closed issues to make sure that this bug has not been reported before | ||
required: true | ||
- label: I have provided a descriptive title for this issue | ||
required: true | ||
- label: I have made sure that that this bug is reproducible on the latest version of the package | ||
required: true | ||
- label: I have provided all the information needed to reproduce this bug as efficiently as possible | ||
required: true | ||
- label: I have sponsored this project | ||
required: false | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
If you are struggling to provide actionable reproduction steps, or if something else is preventing you from creating a complete bug report, please start a [discussion](https://github.com/Tyrrrz/GitHubActionsTestLogger/discussions/new) instead. |
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