Skip to content

Commit

Permalink
liipGH-193: use issue form
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Oct 4, 2022
1 parent 3459fd5 commit 740cdf8
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 44 deletions.
27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/Bug_report.md

This file was deleted.

17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/Feature_request.md

This file was deleted.

35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Bug report
description: Create a report to help us improve
title: "[Bug]: "
labels: ["bug"]
body:
- type: textarea
id: preconditions
attributes:
label: Preconditions
description: |
Provide a more detailed information of environment you use
Bundle version, tag, HEAD, etc., PHP version, etc..
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Steps to reproduce
description: Provide a set of unambiguous steps to reproduce this bug include code, if relevant
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected result
description: Tell us what should happen
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual result
description: Tell us what happens instead [Screenshot, logs]
validations:
required: true
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Feature request
description: Suggest an idea for this project
title: "[Feature Request]: "
labels: ["enhancement"]
body:
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem? Please describe.
description: |
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
validations:
required: true
- type: textarea
id: solution
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: true
- type: textarea
id: alternative
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
validations:
required: true

0 comments on commit 740cdf8

Please sign in to comment.