Skip to content

Commit 9d7e2a8

Browse files
committed
chore: update issue templates
1 parent d8c11a8 commit 9d7e2a8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ body:
4545
- Through Bitnami
4646
- Through 1Panel
4747
- Through Zoraxy
48+
- go install
4849
- Other
4950
validations:
5051
required: true
@@ -65,8 +66,9 @@ body:
6566
- type: textarea
6667
id: version
6768
attributes:
68-
label: Version of lego
69+
label: Effective version of lego
6970
description: |-
71+
`latest` or `dev` are not effective versions.
7072
```console
7173
$ lego --version
7274
```

Diff for: .github/ISSUE_TEMPLATE/feature_request.yml

+9
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,19 @@ body:
2424
- Through Bitnami
2525
- Through 1Panel
2626
- Through Zoraxy
27+
- go install
2728
- Other
2829
validations:
2930
required: true
3031

32+
- type: input
33+
id: version
34+
attributes:
35+
label: Effective version of lego
36+
description: `latest` or `dev` are not effective versions.
37+
validations:
38+
required: true
39+
3140
- type: textarea
3241
id: description
3342
attributes:

0 commit comments

Comments
 (0)