Skip to content

Commit 0100608

Browse files
committed
Update issue template
1 parent 9fafeea commit 0100608

5 files changed

Lines changed: 134 additions & 51 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
name: ❗ Bug Report
2+
description: File a bug report
3+
title: "[Bug]: "
4+
labels: ["issue • bug"]
5+
assignees:
6+
- andyone
7+
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
> [!IMPORTANT]
13+
> Before you open an issue, search GitHub Issues for a similar bug reports. If so, please add a 👍 reaction to the existing issue.
14+
15+
- type: textarea
16+
attributes:
17+
label: Verbose application info
18+
description: Output of `sslcli -vv` command
19+
render: shell
20+
validations:
21+
required: true
22+
23+
- type: dropdown
24+
id: version
25+
attributes:
26+
label: Install tools
27+
description: How did you install this application
28+
options:
29+
- From Sources
30+
- RPM Package
31+
- Prebuilt Binary
32+
default: 0
33+
validations:
34+
required: true
35+
36+
- type: textarea
37+
attributes:
38+
label: Steps to reproduce
39+
description: Short guide on how to reproduce this problem on our site
40+
placeholder: |
41+
1. [First Step]
42+
2. [Second Step]
43+
3. [and so on...]
44+
validations:
45+
required: true
46+
47+
- type: textarea
48+
attributes:
49+
label: Expected behavior
50+
description: What you expected to happen
51+
validations:
52+
required: true
53+
54+
- type: textarea
55+
attributes:
56+
label: Actual behavior
57+
description: What actually happened
58+
validations:
59+
required: true
60+
61+
- type: textarea
62+
attributes:
63+
label: Additional info
64+
description: Include gist of relevant config, logs, etc.

.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
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: ❓ Question
2+
description: Question about application, configuration or code
3+
title: "[Question]: "
4+
labels: ["issue • question"]
5+
assignees:
6+
- andyone
7+
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
> [!IMPORTANT]
13+
> Before you open an issue, search GitHub Issues for a similar question. If so, please add a 👍 reaction to the existing issue.
14+
15+
- type: textarea
16+
attributes:
17+
label: Question
18+
description: Detailed question
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
attributes:
24+
label: Related version application info
25+
description: Output of `sslcli -vv` command
26+
render: shell
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: ➕ Suggestion
2+
description: Suggest new feature or improvement
3+
title: "[Suggestion]: "
4+
labels: ["issue • suggestion"]
5+
assignees:
6+
- andyone
7+
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
> [!IMPORTANT]
13+
> Before you open an issue, search GitHub Issues for a similar feature requests. If so, please add a 👍 reaction to the existing issue.
14+
>
15+
> Opening a feature request kicks off a discussion. Requests may be closed if we're not actively planning to work on them.
16+
17+
- type: textarea
18+
attributes:
19+
label: Proposal
20+
description: Description of the feature
21+
validations:
22+
required: true
23+
24+
- type: textarea
25+
attributes:
26+
label: Current behavior
27+
description: What currently happens
28+
validations:
29+
required: true
30+
31+
- type: textarea
32+
attributes:
33+
label: Desired behavior
34+
description: What you would like to happen
35+
validations:
36+
required: true
37+
38+
- type: textarea
39+
attributes:
40+
label: Use case
41+
description: Why is this important (helps with prioritizing requests)
42+
validations:
43+
required: true

0 commit comments

Comments
 (0)