-
Notifications
You must be signed in to change notification settings - Fork 1
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
5 changed files
with
101 additions
and
64 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,60 @@ | ||
--- | ||
name: Bug Report | ||
description: Found an issue? Let us know! | ||
title: "[BUG]" | ||
labels: ["bug", "pending"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
**NOTE**: This form is only for reporting _reproducible bugs_ in one of the libraries. | ||
If you have any trouble with building them or looking for any other assistance, please | ||
post your question in the discussion section. | ||
- type: input | ||
attributes: | ||
label: openQA version | ||
description: What openQA version are you running? | ||
placeholder: master | ||
- type: dropdown | ||
attributes: | ||
label: Concerning Library | ||
description: > | ||
Which of the libraries are affected by this bug? | ||
options: | ||
- isototest | ||
- isotomachine | ||
- isotoenv | ||
- multiple | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Version | ||
description: What version (or branch) of this library/libraries are affected? | ||
placeholder: master | ||
- type: input | ||
attributes: | ||
label: Bug Description | ||
description: > | ||
Please describe in detail the issue you encountered. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected Behaviour | ||
description: > | ||
Please describe the behaviour you expected. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps for Reproduction | ||
description: > | ||
Describe in detail the exact steps we can take to reproduce this bug. | ||
Please also provide details to your exact environment. Hardware specifications, | ||
virtualization hosts, openQA version, etc. | ||
placeholder: | | ||
1. Build using ... | ||
2. ... | ||
validations: | ||
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: false |
This file was deleted.
Oops, something went wrong.
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,40 @@ | ||
--- | ||
name: Feature Request | ||
description: Suggest a new feature | ||
title: "[FR]" | ||
labels: ["enhancements", "pending"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
**NOTE**: Please only use this form for submitting _well-formed_ proposals | ||
to extend these libraries in some form. If you are trying to solve a problem, | ||
or need help bringing you ridea into an actionable form, please use our discussion section. | ||
- type: input | ||
attributes: | ||
label: openQA Version | ||
description: What version of openQA are you using? | ||
placeholder: master | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Impacted library | ||
description: What library does you proposals affect? | ||
multiple: true | ||
options: | ||
- isotomachine | ||
- isototest | ||
- isotoenv | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Proposal | ||
description: > | ||
Describe your idea in detail. Include any specific requirements | ||
for your plan to work as well as the supposed benefit your feature will bring. | ||
Also rough include a step-by-step actionplan to achieve this goal. | ||
Feature requests with unclear or missing action plans will take longer to consider and plan. | ||
validations: | ||
required: true |