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
17 changes: 17 additions & 0 deletions template/.github/ISSUE_TEMPLATE/01-normal-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Normal issue
about: This is just a normal empty issue with a simple checklist
title: ''
labels: ''
assignees: ''

---

## Issue checklist

This is a simple checklist of things to bear in mind when creating a new issue.

- [ ] **Describe the use-case**: As far as possible, use the pattern "As a [type of user], I would like [feature/functionality] to be able to do [specific action]." This helps identify the feature and the problem it addresses.
- [ ] **Indicate importance and urgency**: Use a scale (e.g., low, medium, high) to indicate the level of importance and urgency.
- [ ] **Work-around**: If there is a known work-around, describe it briefly.
- [ ] **Environment**: Describe the environment where the issue occurs (e.g., SDP version, K8S version, etc.).
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ body:
label: Affected Stackable version
description: Which version of the Stackable Operator do you see this bug in?

{[% if operator.has_product | default(true) %}]
# {[% if operator.has_product | default(true) %}]
- type: input
attributes:
label: Affected {[ operator.pretty_string }] version
description: Which version of {[ operator.pretty_string }] do you see this bug in?
{[% endif %}]
# {[% endif %}]

- type: textarea
attributes:
Expand Down
35 changes: 0 additions & 35 deletions template/.github/ISSUE_TEMPLATE/new_version.md.j2

This file was deleted.

16 changes: 0 additions & 16 deletions template/.github/ISSUE_TEMPLATE/normal-issue.md

This file was deleted.