2021-09-11 17:22:38 +00:00
# Credits to: https://github.com/vitejs/vite/blob/main/.github/ISSUE_TEMPLATE/feature_request.yml
name : "\U0001F680 New feature proposal"
description : Propose a new feature to be added to Woodpecker
2023-02-28 17:31:40 +00:00
labels : [ 'feature' ]
2021-09-11 17:22:38 +00:00
body :
- type : markdown
attributes :
value : |
Thanks for your interest in the project and taking the time to fill out this feature report!
- type : textarea
id : feature-description
attributes :
label : Clear and concise description of the problem
2023-02-28 17:31:40 +00:00
description : 'As a user of Woodpecker I want [goal / wish] so that [benefit]. If you intend to submit a PR for this issue, tell us in the description.'
2021-09-11 17:22:38 +00:00
validations :
required : true
- type : textarea
id : suggested-solution
attributes :
label : Suggested solution
2023-02-28 17:31:40 +00:00
description : 'In web-ui / config we could provide following functionality...'
2021-09-11 17:22:38 +00:00
validations :
required : true
- type : textarea
id : alternative
attributes :
label : Alternative
description : Clear and concise description of any alternative solutions or features you've considered.
- type : textarea
id : additional-context
attributes :
label : Additional context
description : Any other context or screenshots about the feature request here.
- type : checkboxes
id : checkboxes
attributes :
label : Validations
description : Before submitting the issue, please make sure you do the following
options :
2023-07-31 03:47:23 +00:00
# - label: Follow our [Code of Conduct](https://github.com/woodpecker-ci/woodpecker/blob/main/CODE_OF_CONDUCT.md)
2021-09-11 17:22:38 +00:00
# required: true
2023-02-28 17:31:40 +00:00
- label : Checked that the feature isn't part of the `next` version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]
required : true
2023-07-31 03:47:23 +00:00
- label : Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/main/CONTRIBUTING.md).
2021-09-11 17:22:38 +00:00
required : true
2021-10-14 16:13:57 +00:00
- label : Read the [docs](https://woodpecker-ci.org/docs/intro).
2021-09-11 17:22:38 +00:00
required : true
- label : Check that there isn't already an [issue](https://github.com/woodpecker-ci/woodpecker/issues) that request the same feature to avoid creating a duplicate.
required : true