mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-27 00:29:31 +00:00
Adding a form feature request
This commit is contained in:
parent
f985afc060
commit
3e89f869da
66
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
66
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: Request a new feature or an improvement to an existing one
|
description: Request a new feature or an improvement to an existing one
|
||||||
title: "[Feature]: "
|
title: "[Feature Request:]"
|
||||||
labels: ["enhancement"]
|
labels: ["enhancement"]
|
||||||
assignees:
|
assignees:
|
||||||
- alongir
|
- alongir
|
||||||
@ -8,7 +8,7 @@ body:
|
|||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for taking the time to fill out this bug report!
|
Thanks for taking the time to request a new feature!
|
||||||
- type: input
|
- type: input
|
||||||
id: contact
|
id: contact
|
||||||
attributes:
|
attributes:
|
||||||
@ -17,46 +17,46 @@ body:
|
|||||||
placeholder: ex. email@example.com
|
placeholder: ex. email@example.com
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: input
|
||||||
id: what-happened
|
id: original-thread
|
||||||
attributes:
|
attributes:
|
||||||
label: What happened?
|
label: Original Thread
|
||||||
description: Also tell us, what did you expect to happen?
|
description: A link to the original discussion thread (e.g. Slack, Discord, Email, Verbal)
|
||||||
placeholder: Tell us what you see!
|
placeholder:
|
||||||
value: "A bug happened!"
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
id: the-problem
|
||||||
|
attributes:
|
||||||
|
label: Is your feature request related to a problem? Please describe.
|
||||||
|
description: Please describe the problem you are trying to solve
|
||||||
|
placeholder:
|
||||||
|
value: ""
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
|
||||||
id: version
|
|
||||||
attributes:
|
|
||||||
label: Version
|
|
||||||
description: What version of our software are you running?
|
|
||||||
options:
|
|
||||||
- 1.0.2 (Default)
|
|
||||||
- 1.0.3 (Edge)
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: browsers
|
|
||||||
attributes:
|
|
||||||
label: What browsers are you seeing the problem on?
|
|
||||||
multiple: true
|
|
||||||
options:
|
|
||||||
- Firefox
|
|
||||||
- Chrome
|
|
||||||
- Safari
|
|
||||||
- Microsoft Edge
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: logs
|
id: the-solution
|
||||||
attributes:
|
attributes:
|
||||||
label: Relevant log output
|
label: Describe the solution you'd like to see
|
||||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
description: A clear and concise description of what you want to happen.
|
||||||
render: shell
|
placeholder:
|
||||||
|
value: ""
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
id: the-context
|
||||||
|
attributes:
|
||||||
|
label: Provide additional context
|
||||||
|
description: Add any other context or screenshots about the feature request here.
|
||||||
|
placeholder:
|
||||||
|
value: ""
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: terms
|
id: terms
|
||||||
attributes:
|
attributes:
|
||||||
label: Code of Conduct
|
label: Code of Conduct
|
||||||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
|
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/kubeshark/kubeshark/blob/master/docs/CODE_OF_CONDUCT.md)
|
||||||
options:
|
options:
|
||||||
- label: I agree to follow this project's Code of Conduct
|
- label: I agree to follow this project's Code of Conduct
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
Reference in New Issue
Block a user