Skip to content
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
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
name: "🐛 Bug Report"
about: Report a bug encountered while operating `launchpad-namespaces`.

description: Report a bug encountered while operating `launchpad-namespaces`.
title: "🐛 [BUG] - <title>"
labels: ["bug"]

description: |
Please provide as much information as possible. Not doing so may result in your bug not being addressed in a timely manner.

body:
- type: textarea
id: what-happened
attributes:
label: "What happened?"
description: "Please provide a clear description of what happened."
validations:
required: true

- type: textarea
id: expected-behavior
attributes:
label: "Expected behavior"
description: "Please provide a clear description of what you expected to happen."
validations:
required: true

- type: textarea
Expand All @@ -32,25 +30,29 @@ body:
- Helm Version:
- Namespace Affected:
- Any other relevant environment details:
validations:
required: true

- type: textarea
id: reproduction-steps
attributes:
label: "Reproduction steps"
description: "Please provide steps to reproduce the bug as minimally and precisely as possible."
validations:
required: true

- type: textarea
id: possible-solution
attributes:
label: "Possible Solution"
description: "If you have any suggestions on how to fix the bug, please provide them."
validations:
required: false

- type: textarea
id: additional-information
attributes:
label: "Additional Information"
description: "Any additional information or context that may be helpful in understanding or resolving the issue."
required: false
validations:
required: false
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
name: "✨ Feature Request"
about: Request a new feature or enhancement.

description: Request a new feature or enhancement
title: "✨ [FEATURE] - <title>"
labels: ["enhancement"]

description: |
A clear and concise description of the new feature you are requesting.

body:
- type: textarea
id: description
attributes:
label: "Description"
description: "A clear and concise description of the new feature you are requesting."
validations:
required: true

- type: textarea
id: problem-motivation
attributes:
label: "Problem or Motivation"
description: "Explain the problem or motivation behind the feature request. What issue or need does it address?"
validations:
required: true

- type: textarea
Expand All @@ -27,32 +32,37 @@ body:
attributes:
label: "Additional Information"
description: "Any additional information or context that may be helpful in understanding your feature request."
validations:
required: false

- type: textarea
id: related-issues
attributes:
label: "Related Issues"
description: "If there are any related issues or pull requests, please mention them here."
validations:
required: false

- type: textarea
id: contribution
attributes:
label: "Contribution"
description: "If you are interested in contributing to the development of this feature, please let us know."
validations:
required: false

- type: textarea
id: implementation-suggestions
attributes:
label: "Implementation Suggestions"
description: "If you have any suggestions on how to implement this feature or specific technical considerations, please provide them."
validations:
required: false

- type: textarea
id: other-comments
attributes:
label: "Other Comments"
description: "Any other comments, ideas, or thoughts you'd like to add."
required: false
validations:
required: false