Skip to content

Commit d6ce15e

Browse files
zliu41effectfully
authored andcommitted
Update issue templates (#6037)
1 parent 2b0a55e commit d6ce15e

File tree

3 files changed

+8
-48
lines changed

3 files changed

+8
-48
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
A clear and specific description of what the bug is.
1919
If applicable, add screenshots, config files and/or logs to help explain the problem.
2020
validations:
21-
required: true
21+
required: false
2222
- type: textarea
2323
id: steps-to-reproduce
2424
attributes:
@@ -28,27 +28,27 @@ body:
2828
2. Click on '...'
2929
3. Scroll down to '...'
3030
validations:
31-
required: true
31+
required: false
3232
- type: textarea
3333
id: actual-result
3434
attributes:
3535
label: Actual Result
3636
description: What is the reproducible outcome?
3737
placeholder: See error...
3838
validations:
39-
required: true
39+
required: false
4040
- type: textarea
4141
id: expected-result
4242
attributes:
4343
label: Expected Result
4444
description: A clear and concise description of what you expected to happen.
4545
placeholder: No errors observed.
4646
validations:
47-
required: true
47+
required: false
4848
- type: textarea
4949
id: fix-it-yourself
5050
attributes:
51-
label: Describe the approach you would take to fix this
51+
label: Describe the approach you would take to fix this
5252
description: If you would like to work on this yourself (optional!), then let us know what approach you would take so we can advise you.
5353
validations:
5454
required: false
@@ -61,5 +61,4 @@ body:
6161
Version: [e.g. 20.04]
6262
Plutus: version or commit hash
6363
validations:
64-
required: true
65-
64+
required: false

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
name: Feature Request
22
description: Submit a feature request
33
#title: ""
4-
labels: ["enhancement"]
54
#assignees:
65
# -
76
body:
87
- type: markdown
98
attributes:
109
value: |
1110
Thanks for taking the time to fill out this feature request.
12-
Please check the existing issues, [Plutus Docs](https://plutus.readthedocs.io/en/latest/) and [Cardano Stack Exchange](https://cardano.stackexchange.com/) before raising.
11+
Please check the existing issues and [Plutus Docs](https://plutus.readthedocs.io/en/latest/) before raising.
1312
- type: textarea
1413
id: description
1514
attributes:
@@ -23,4 +22,4 @@ body:
2322
label: Describe alternatives you've considered
2423
description: A clear and concise description of any alternative solutions or features you've considered.
2524
validations:
26-
required: false
25+
required: false

.github/ISSUE_TEMPLATE/security_report.yml

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

0 commit comments

Comments
 (0)