Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding new Template #56

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Feature Request
description: Raise Idea / Feature to A-Team for review
title: "[Feature] This could be cool"
labels: enhancement
body:
- type: markdown
attributes:
value: |
## Please search to see if an issue already exists for the feature you are requesting...
- type: textarea
id: request
attributes:
label: Feature Request
description: What would you like to see implemented in this project...
validations:
required: true
- type: input
id: version
attributes:
label: Version(s) Affected
description: What version are you utilizing currently?
placeholder: ex. v1.0.0
validations:
required: false
- type: textarea
id: value
attributes:
label: Value Provided
description: What value would this feature if implemented provide you and others?
validations:
required: true
- type: markdown
attributes:
value: |
> **NOTICE**: This issue will automatically be associated with the [A-Team Debt, Bugs & OSS](https://github.com/orgs/meltwater/projects/64) for prioritization.