Skip to content

Commit

Permalink
Update issue templates (IntersectMBO#6037)
Browse files Browse the repository at this point in the history
  • Loading branch information
zliu41 authored and v0d1ch committed Dec 6, 2024
1 parent e5a9cde commit e949373
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 48 deletions.
13 changes: 6 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body:
A clear and specific description of what the bug is.
If applicable, add screenshots, config files and/or logs to help explain the problem.
validations:
required: true
required: false
- type: textarea
id: steps-to-reproduce
attributes:
Expand All @@ -28,27 +28,27 @@ body:
2. Click on '...'
3. Scroll down to '...'
validations:
required: true
required: false
- type: textarea
id: actual-result
attributes:
label: Actual Result
description: What is the reproducible outcome?
placeholder: See error...
validations:
required: true
required: false
- type: textarea
id: expected-result
attributes:
label: Expected Result
description: A clear and concise description of what you expected to happen.
placeholder: No errors observed.
validations:
required: true
required: false
- type: textarea
id: fix-it-yourself
attributes:
label: Describe the approach you would take to fix this
label: Describe the approach you would take to fix this
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.
validations:
required: false
Expand All @@ -61,5 +61,4 @@ body:
Version: [e.g. 20.04]
Plutus: version or commit hash
validations:
required: true

required: false
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: Feature Request
description: Submit a feature request
#title: ""
labels: ["enhancement"]
#assignees:
# -
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request.
Please check the existing issues, [Plutus Docs](https://plutus.readthedocs.io/en/latest/) and [Cardano Stack Exchange](https://cardano.stackexchange.com/) before raising.
Please check the existing issues and [Plutus Docs](https://plutus.readthedocs.io/en/latest/) before raising.
- type: textarea
id: description
attributes:
Expand All @@ -23,4 +22,4 @@ body:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false
required: false
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/security_report.yml

This file was deleted.

0 comments on commit e949373

Please sign in to comment.