You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
description: If you don't have a specific issue or bug to report you can still ask us questions and we will do our best to answer them
3
+
title: "[Question]: "
4
+
labels: ["type: question", "state: triage"]
5
+
assignees:
6
+
- tgwolf
7
+
body:
8
+
- type: textarea
9
+
id: question
10
+
attributes:
11
+
label: What is your question?
12
+
description: Please give us time to review your question and formulate an answer.
13
+
validations:
14
+
required: true
15
+
- type: checkboxes
16
+
id: terms
17
+
attributes:
18
+
label: Code of Conduct
19
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/DevelopersToolbox/ssl-expiry-gem/blob/master/.github/CODE_OF_CONDUCT.md)
20
+
options:
21
+
- label: I agree to follow this project's Code of Conduct
description: Found a bug? Let us knonw what the issue is and we will attempt to fix it
3
+
title: "[Bug]: "
4
+
labels: ["type: bug", "state: triage"]
5
+
assignees:
6
+
- tgwolf
7
+
body:
8
+
- type: textarea
9
+
id: what-happened
10
+
attributes:
11
+
label: What happened?
12
+
description: A clear and concise description of what the bug is.
13
+
validations:
14
+
required: true
15
+
- type: textarea
16
+
id: expected-behavior
17
+
attributes:
18
+
label: Expected behavior
19
+
description: A clear and concise description of what you expected to happen.
20
+
validations:
21
+
required: true
22
+
- type: textarea
23
+
id: reproduce
24
+
attributes:
25
+
label: How do we reproduct the bug?
26
+
description: What are the steps we need to take to reproduce the behavior?
27
+
validations:
28
+
required: true
29
+
- type: textarea
30
+
id: logs
31
+
attributes:
32
+
label: Relevant log output
33
+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
34
+
render: shell
35
+
validations:
36
+
required: false
37
+
- type: textarea
38
+
id: screenshoots
39
+
attributes:
40
+
label: Screeenshots
41
+
description: Upload any screenshots that might help demonstrate the bug.
42
+
validations:
43
+
required: false
44
+
- type: textarea
45
+
id: additional-information
46
+
attributes:
47
+
label: Additional information
48
+
description: Please provide any additional information that you think will help us to resolve this bug.
49
+
validations:
50
+
required: false
51
+
- type: checkboxes
52
+
id: terms
53
+
attributes:
54
+
label: Code of Conduct
55
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/DevelopersToolbox/ssl-expiry-gem/blob/master/.github/CODE_OF_CONDUCT.md)
56
+
options:
57
+
- label: I agree to follow this project's Code of Conduct
description: Got an idea for a new feature? Let us know what you want and we will see if we can add it
3
+
title: "[Feature Request]: "
4
+
labels: ["type: feature", "state: triage"]
5
+
assignees:
6
+
- tgwolf
7
+
body:
8
+
- type: textarea
9
+
id: releated-to
10
+
attributes:
11
+
label: Is your feature request related to a problem?
12
+
description: A clear and concise description of what the problem is. E.g. I'm always frustrated when ...
13
+
validations:
14
+
required: true
15
+
- type: textarea
16
+
id: suggested-solution
17
+
attributes:
18
+
label: Suggested Solution
19
+
description: A clear and concise description of what you want to see implemented.
20
+
validations:
21
+
required: true
22
+
- type: textarea
23
+
id: alternatives
24
+
attributes:
25
+
label: Describe alternatives you've considered
26
+
description: A clear and concise description of any alternative solutions or features you've considered.
27
+
validations:
28
+
required: true
29
+
- type: textarea
30
+
id: additional-information
31
+
attributes:
32
+
label: Additional information
33
+
description: Please provide any additional information that you think will help us to resolve this bug.
34
+
validations:
35
+
required: false
36
+
- type: checkboxes
37
+
id: terms
38
+
attributes:
39
+
label: Code of Conduct
40
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/DevelopersToolbox/ssl-expiry-gem/blob/master/.github/CODE_OF_CONDUCT.md)
41
+
options:
42
+
- label: I agree to follow this project's Code of Conduct
0 commit comments