-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add issue template specific for tfaga (#183)
Co-authored-by: Jan Macku <jamacku@redhat.com>
- Loading branch information
Showing
1 changed file
with
42 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,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. |