Skip to content

Commit

Permalink
Updated issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
clizbe authored and abelsiqueira committed Oct 25, 2023
1 parent 147e42e commit c5fa832
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 43 deletions.
32 changes: 8 additions & 24 deletions .github/ISSUE_TEMPLATE/ADDITION-REQUEST.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,21 @@
name: "Addition Request"
description: Create a ticket for a new addition (or feature) request
description: Create a ticket to request a new addition (or feature)
title: "<title>"
labels: ["Type: addition"]
body:
- type: textarea
id: summary
id: description
attributes:
label: "Summary"
description: Provide a brief explanation of the feature
placeholder: Describe in a few lines your feature request
label: "Description"
description: Provide an explanation of the addition
placeholder: Describe your addition request
validations:
required: true
- type: textarea
id: basic_example
id: related_issues
attributes:
label: "Basic Example"
description: Indicate here some basic examples of your feature.
placeholder: A few specific words about your feature request.
validations:
required: true
- type: textarea
id: drawbacks
attributes:
label: "Drawbacks"
description: What are the drawbacks/impacts of your feature request ?
placeholder: Identify the drawbacks and impacts while being neutral on your feature request
validations:
required: true
- type: textarea
id: reference_issues
attributes:
label: "Reference Issues"
description: Common issues
label: "Related Issues"
description: Existing issues related to this addition
placeholder: "#Issues IDs"
validations:
required: false
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body:
id: reprod
attributes:
label: "Reproduction steps"
description: Please enter an explicit description of your issue
description: Please describe steps to reproduce your issue
value: |
1. Go to '...'
2. Using input data '....'
Expand Down
28 changes: 10 additions & 18 deletions .github/ISSUE_TEMPLATE/IMPROVEMENT-REQUEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,24 @@ body:
- type: textarea
id: summary
attributes:
label: "Summary"
description: Provide a brief explanation of the improvement
placeholder: Describe in a few lines your improvement request
validations:
required: true
- type: textarea
id: basic_example
attributes:
label: "Basic Example"
description: Indicate here some basic examples of your improvement.
placeholder: A few specific words about your improvement request.
label: "What and Why"
description: Explain the improvement
placeholder: Describe your request, including why it's an improvement
validations:
required: true
- type: textarea
id: drawbacks
attributes:
label: "Drawbacks"
description: What are the drawbacks/impacts of your improvement request ?
placeholder: Identify the drawbacks and impacts while being neutral on your improvement request
label: "Possible Drawbacks"
description: What are possible drawbacks of your improvement request?
placeholder: Identify the drawbacks, while remaining neutral
validations:
required: true
required: false
- type: textarea
id: reference_issues
id: related_issues
attributes:
label: "Reference Issues"
description: Common issues
label: "Related Issues"
description: Existing issues related to this improvement
placeholder: "#Issues IDs"
validations:
required: false

0 comments on commit c5fa832

Please sign in to comment.