Skip to content

Commit

Permalink
add issue template specific for tfaga (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Macku <jamacku@redhat.com>
  • Loading branch information
zmiklank and jamacku committed May 3, 2024
1 parent 479e0a6 commit 22c8401
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/tfaga-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Report an issue
description: File a generic issue here
body:
- type: markdown
attributes:
value: >
Thank you for taking the time to report this issue to us. We appreciate the
feedback and use reports such as this one to guide our efforts in improving the
`testing-farm-as-github-action`. That being said, our time resources are somewhat
limited, and we are not able to guarantee the timeliness or suitability of a
resolution.
Feature requests are being evaluated separately.
Contribution is highly appreciated.
For information on how to contribute to this GitHub repository, please visit
the [Development Guide](https://github.com/sclorg/testing-farm-as-github-action/blob/main/DEVELOPMENT.md).
- type: dropdown
id: type
attributes:
label: Type of issue
multiple: false
options:
- 'Bug Report'
- 'Feature Request'
- 'Question'
- 'Other'
validations:
required: false

- type: textarea
attributes:
label: Description
description: Here is a place to enter a description of the issue.

- type: textarea
attributes:
label: Reproducer
description: >
Providing a reproducer can speed up our issue resolution process.
Minimal reproducers are preferred.

0 comments on commit 22c8401

Please sign in to comment.