Skip to content

Commit cecdc07

Browse files
committedNov 27, 2024··
Merge branch 'main' into edgarrmondragon/refactor/capabilities
2 parents c2ca5e2 + b425274 commit cecdc07

File tree

186 files changed

+7109
-2050
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+7109
-2050
lines changed
 

‎.github/ISSUE_TEMPLATE/bug.yml

+17-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Bug Report
22
description: File a bug report
33
title: "bug: <title>"
4-
labels: ["kind/Bug", "valuestream/SDK"]
4+
type: Fix
5+
assignees:
6+
- edgarrmondragon
57

68
body:
79
- type: markdown
@@ -13,7 +15,7 @@ body:
1315
attributes:
1416
label: Singer SDK Version
1517
description: Version of the library you are using
16-
placeholder: "0.39.1"
18+
placeholder: "0.42.1"
1719
validations:
1820
required: true
1921
- type: checkboxes
@@ -29,14 +31,13 @@ body:
2931
label: Python Version
3032
description: Version of Python you are using
3133
options:
32-
- "3.6 (EOL)"
33-
- "3.7 (EOL)"
34-
- "3.8"
35-
- "3.9"
36-
- "3.10"
37-
- "3.11"
38-
- "3.12"
3934
- "NA"
35+
- "3.13"
36+
- "3.12"
37+
- "3.11"
38+
- "3.10"
39+
- "3.9"
40+
- "3.8 or earlier"
4041
validations:
4142
required: true
4243
- type: dropdown
@@ -61,7 +62,7 @@ body:
6162
description: What operating system you are using
6263
placeholder: "Windows"
6364
validations:
64-
required: true
65+
required: false
6566
- type: textarea
6667
id: what-happened
6768
attributes:
@@ -78,3 +79,9 @@ body:
7879
render: Python
7980
validations:
8081
required: false
82+
- type: input
83+
id: slack_or_linen
84+
attributes:
85+
label: Link to Slack/Linen
86+
description: Provide a link to the Slack or Linen conversation, if applicable
87+
placeholder: "https://..."

‎.github/ISSUE_TEMPLATE/docs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Documentation change
22
description: Request a documentation change
33
title: "docs: <title>"
4+
type: Docs
45
labels: ["Documentation", "valuestream/SDK"]
6+
assignees:
7+
- edgarrmondragon
58

69
body:
710
- type: markdown

0 commit comments

Comments
 (0)
Please sign in to comment.