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

Add feature request template #275

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
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
File renamed without changes.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/02-feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Feature Request
description: Suggest a new feature for Logstash Exporter
labels: ["feature", "enhancement"]
body:
- type: textarea
id: feature-description
attributes:
label: Feature Description
description: Please provide a clear and concise description of the feature you would like to see implemented.
placeholder: Describe the feature and its benefits
validations:
required: true
- type: textarea
id: motivation
attributes:
label: Motivation and Goals
description: Explain the motivation behind this feature request and what goals it aims to achieve.
placeholder: Explain why this feature is important and how it will be useful
validations:
required: false
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Describe any alternative solutions or features you've considered.
placeholder: Are there any alternatives to this feature that could also meet the same needs?
validations:
required: false
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Add any other context or screenshots about the feature request here.
placeholder: Add any other information or screenshots that would help in understanding the feature request
validations:
required: false
Loading