From 829e4527fb3a43a843d66fcf9af5e75f24ce7655 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Fri, 3 May 2024 14:14:55 +0200 Subject: [PATCH] Create tfaga-issue.yml --- .github/ISSUE_TEMPLATE/tfaga-issue.yml | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/tfaga-issue.yml diff --git a/.github/ISSUE_TEMPLATE/tfaga-issue.yml b/.github/ISSUE_TEMPLATE/tfaga-issue.yml new file mode 100644 index 0000000..723c4e8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/tfaga-issue.yml @@ -0,0 +1,27 @@ +name: Generic testing-farm-as-github-action issue template +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, and we welcome contribution + PRs for them after positive feedback for their incorporation into the + testing-farm-as-github-action is received from us. + 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: textarea + attributes: + label: Description + description: Here is a place to entry 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.