Skip to content

Commit

Permalink
Update issue and bug templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteOtter committed Jul 23, 2024
1 parent 61caae3 commit c00e406
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 64 deletions.
39 changes: 0 additions & 39 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

60 changes: 60 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
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
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
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

0 comments on commit c00e406

Please sign in to comment.