Skip to content

Commit 3644094

Browse files
chore: Update issue forms (#1450)
1 parent 774a176 commit 3644094

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: File a bug report
3-
title: "[Bug]: <title>"
3+
title: "bug: <title>"
44
labels: ["kind/Bug", "valuestream/SDK"]
55
assignees:
66
- meltano/engineering
@@ -18,6 +18,13 @@ body:
1818
placeholder: "0.21.0"
1919
validations:
2020
required: true
21+
- type: checkboxes
22+
id: regression
23+
attributes:
24+
label: Is this a regression?
25+
descripti: Meaning this is something that previously worked correctly
26+
options:
27+
- label: Yes
2128
- type: dropdown
2229
id: python_version
2330
attributes:
@@ -38,10 +45,12 @@ body:
3845
label: Bug scope
3946
description: Functionality this bug affects
4047
options:
41-
- Taps (catalog, state, stream maps, etc.)
48+
- Taps (catalog, state, etc.)
49+
- Mapping (stream maps, flattening, etc.)
4250
- Targets (data type handling, batching, SQL object generation, etc.)
4351
- Configuration (settings parsing, validation, etc.)
4452
- CLI (options, error messages, logging, etc.)
53+
- Cookiecutter templates
4554
- Other
4655
validations:
4756
required: true

.github/ISSUE_TEMPLATE/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Documentation change
22
description: Request a documentation change
3-
title: "[Docs]: <title>"
3+
title: "docs: <title>"
44
labels: ["Documentation", "valuestream/SDK"]
55

66
body:

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature request
22
description: Request a new feature
3-
title: "[Feature]: <title>"
3+
title: "feat: <title>"
44
labels: ["kind/Feature", "valuestream/SDK"]
55
assignees:
66
- meltano/engineering

0 commit comments

Comments
 (0)