Skip to content

Commit 33b1614

Browse files
Add an issue template for Packit as dist-git CI (#2735)
Add an issue template for Packit as dist-git CI Reviewed-by: Maja Massarini Reviewed-by: Nikola Forró Reviewed-by: Matej Focko Reviewed-by: František Lachman <[email protected]>
2 parents 20b69dd + e8cd1bb commit 33b1614

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/ISSUE_TEMPLATE/fedora-ci.yml

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Packit as a Fedora dist-git CI issue
2+
description: Report a bug or request a feature for Packit as a Fedora dist-git CI
3+
labels: area/fedora-ci
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Please search existing issues to avoid creating duplicates.
9+
If this is more of a discussion topic, you might rather want to create a new thread [here](https://github.com/packit/packit/discussions/2520).
10+
You can also see our current priorities on our board: https://github.com/orgs/packit/projects/7/views/29
11+
12+
- type: textarea
13+
id: description
14+
attributes:
15+
label: Description
16+
validations:
17+
required: true
18+
19+
- type: textarea
20+
id: importance
21+
attributes:
22+
label: Importance
23+
description: How important is this issue for you? Is this something that is blocking you from using Packit as a Fedora dist-git CI?
24+
validations:
25+
required: false
26+
27+
- type: checkboxes
28+
attributes:
29+
label: Workaround
30+
options:
31+
- label: There is an existing workaround that can be used until this is implemented.
32+
required: false

0 commit comments

Comments
 (0)