Skip to content

Commit 1a64035

Browse files
committed
Provide template for sub-issue
and remove the auto-assignment to Shraddha and Sven.
1 parent 63c9f6d commit 1a64035

File tree

4 files changed

+28
-6
lines changed

4 files changed

+28
-6
lines changed

.github/ISSUE_TEMPLATE/01-feature-request.yml

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ description: File a feature request.
33
title: "[Please create a short, descriptive title]"
44
labels: ["enhancement", "triage"]
55
projects: ["qbicsoftware/25"]
6-
assignees:
7-
- sven1103
8-
- Shraddha0903
96
body:
107
- type: markdown
118
attributes:
+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Sub-issue
2+
description: File a sub-issue.
3+
title: "[Provide a short descriptive title]"
4+
labels: ["sub-issue", "triage"]
5+
projects: ["qbicsoftware/25"]
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to fill out this sub-issue report!
11+
- type: textarea
12+
id: what-is-it-about
13+
attributes:
14+
label: What's the issue?
15+
description: What part of the parent-issue is addressed here?
16+
placeholder: What is the sub-issue about?
17+
value: "A sub-issue to organise bigger issues into smaller parts."
18+
validations:
19+
required: true
20+
- type: checkboxes
21+
id: terms
22+
attributes:
23+
label: Code of Conduct
24+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/qbicsoftware/data-manager-app?tab=coc-ov-file).
25+
options:
26+
- label: I agree to follow this project's Code of Conduct
27+
required: true

.github/ISSUE_TEMPLATE/02-bug-report.yml

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ description: File a bug report.
33
title: "[Provide a short descriptive title]"
44
labels: ["bug", "triage"]
55
projects: ["qbicsoftware/25"]
6-
assignees:
7-
- sven1103
8-
- Shraddha0903
96
body:
107
- type: markdown
118
attributes:

.github/ISSUE_TEMPLATE/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
blank_issues_enabled: false
2+

0 commit comments

Comments
 (0)