Skip to content

Commit

Permalink
Merge pull request #3909 from neos/tobiasgruber-patch-1
Browse files Browse the repository at this point in the history
TASK: improve feature issue template wording
  • Loading branch information
kdambekalns committed Oct 6, 2022
2 parents 571c0ec + 8eba8ac commit e4855bc
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/ISSUE_TEMPLATE/feature.yml
@@ -1,33 +1,32 @@
name: 🎁 Request a new feature
description: You are missing a feature, please tell us about it
description: You are missing a feature? Please tell us about it!
title: "FEATURE: <title>"
labels: [Feature]
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
label: Is there an existing issue for this topic?
description: Please search to see if an issue already exists for the feature you want to request.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Description
description: |
Please describe the feature briefly. Try to avoid beeing specific about the solution as there may be more options available.
Please describe the feature briefly. What are you trying to achieve or which problem do you want to solve? Try to avoid being specific about the solution - the next field is for your solution idea.
validations:
required: true
- type: textarea
attributes:
label: Possible Solution
description: |
If you already have an idea how the feature could be implemented describe this here. We may still suggest other solutions but will consider your suggestion.
If you already have an idea how the feature could be implemented, describe it here. We will consider your suggestion and may also think of other solutions.
validations:
required: false
- type: markdown
attributes:
value: |
### Sponsoring / Support ###
Since we are an open source project we always have to find time for the tasks at hand.
By sponsoring you may be able to by the time needed actually work on the feature you need.
We are an open source project and sponsoring is greatly appreciated to speed up work.

0 comments on commit e4855bc

Please sign in to comment.