Skip to content

Commit e70e17a

Browse files
committed
add issue templates
1 parent e472fb5 commit e70e17a

4 files changed

Lines changed: 88 additions & 0 deletions

File tree

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
name: Bug report
2+
description: Report a bug
3+
labels: ["bug"]
4+
assignees: ["zbhavyai"]
5+
6+
body:
7+
- type: textarea
8+
id: description
9+
validations:
10+
required: true
11+
attributes:
12+
label: Describe the bug
13+
description: Describe the issue you are experiencing. Tell us what you were trying to do and what happened. Provide a clear and concise description of what the problem is.
14+
15+
- type: textarea
16+
id: expected
17+
attributes:
18+
label: Expected behavior
19+
description: Describe the expected behavior clearly and concisely.
20+
21+
- type: textarea
22+
id: actual
23+
attributes:
24+
label: Actual behavior
25+
description: Describe the actual behavior clearly and concisely.
26+
27+
- type: textarea
28+
id: steps
29+
attributes:
30+
label: How to reproduce
31+
description: Provide exact steps or commands to reproduce the bug. Link a reproducer if applicable / possible.
32+
placeholder: |
33+
Steps to reproduce the behavior:
34+
1.
35+
2.
36+
3.
37+
38+
- type: textarea
39+
id: environment
40+
attributes:
41+
label: Environment
42+
description: |
43+
OS details, container engine, and project version info.
44+
Prefer `fastfetch` output and/or relevant excerpts from `/etc/os-release`.
45+
placeholder: |
46+
OS: Fedora Workstation 42
47+
Kernel: 6.15.9
48+
Container Engine: Podman 5.5.2
49+
Java: Temurin 21.0.7
50+
Project version/commit: `d2c8401`
51+
52+
- type: textarea
53+
id: additional
54+
attributes:
55+
label: Additional information
56+
description: Anything else relevant can go here.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Feature request
2+
description: Request or propose a new feature or enhancement
3+
labels: ["enhancement"]
4+
assignees: ["zbhavyai"]
5+
6+
body:
7+
- type: textarea
8+
id: description
9+
validations:
10+
required: true
11+
attributes:
12+
label: Description
13+
description: Describe the feature here, including any relevant use cases.
14+
15+
- type: textarea
16+
id: implementation
17+
attributes:
18+
label: Implementation ideas
19+
description: If you have any implementation ideas, they can go here.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Other
2+
description: Ask a question, suggest documentation changes, or share general feedback
3+
assignees: ["zbhavyai"]
4+
5+
body:
6+
- type: textarea
7+
id: description
8+
validations:
9+
required: true
10+
attributes:
11+
label: Description
12+
description: Describe your question or other issue here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)