diff --git a/.github/ISSUE_TEMPLATE/ADDITION-REQUEST.yml b/.github/ISSUE_TEMPLATE/ADDITION-REQUEST.yml
index 947def7e..78739235 100644
--- a/.github/ISSUE_TEMPLATE/ADDITION-REQUEST.yml
+++ b/.github/ISSUE_TEMPLATE/ADDITION-REQUEST.yml
@@ -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: "
"
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
diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
index 847e3c5b..aeacf883 100644
--- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
+++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
@@ -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 '....'
diff --git a/.github/ISSUE_TEMPLATE/IMPROVEMENT-REQUEST.yml b/.github/ISSUE_TEMPLATE/IMPROVEMENT-REQUEST.yml
index 3a1208a1..91227a37 100644
--- a/.github/ISSUE_TEMPLATE/IMPROVEMENT-REQUEST.yml
+++ b/.github/ISSUE_TEMPLATE/IMPROVEMENT-REQUEST.yml
@@ -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