Skip to content

Commit 9b23860

Browse files
chore: collapse welcome message content by default (#882)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 4be34ee commit 9b23860

File tree

2 files changed

+31
-9
lines changed

2 files changed

+31
-9
lines changed

.github/pr-welcome-community.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Thank you for your contribution from **{{ .repo_name }}**! We're excited to have you in the Airbyte community.
44

5+
<details>
6+
<summary><b>💡 Show Tips and Tricks</b></summary>
7+
58
### Testing This CDK Version
69

710
You can test this version of the CDK using the following:
@@ -15,11 +18,6 @@ cd airbyte-integrations/connectors/source-example
1518
poe use-cdk-branch {{ .branch_name }}
1619
```
1720

18-
### Helpful Resources
19-
20-
- [Contributing Guidelines](https://docs.airbyte.com/contributing-to-airbyte/)
21-
- [CDK API Reference](https://airbytehq.github.io/airbyte-python-cdk/)
22-
2321
### PR Slash Commands
2422

2523
As needed or by request, Airbyte Maintainers can execute the following slash commands on your PR:
@@ -29,4 +27,18 @@ As needed or by request, Airbyte Maintainers can execute the following slash com
2927
- `/test` - Runs connector tests with the updated CDK
3028
- `/prerelease` - Triggers a prerelease publish with default arguments
3129

30+
</details>
31+
32+
<details>
33+
<summary><b>📚 Show Repo Guidance</b></summary>
34+
35+
### Helpful Resources
36+
37+
- [Contributing Guidelines](https://docs.airbyte.com/contributing-to-airbyte/)
38+
- [CDK API Reference](https://airbytehq.github.io/airbyte-python-cdk/)
39+
3240
If you have any questions, feel free to ask in the PR comments or join our [Slack community](https://airbytehq.slack.com/).
41+
42+
[📝 _Edit this welcome message._](https://github.com/airbytehq/airbyte-python-cdk/blob/main/.github/pr-welcome-community.md)
43+
44+
</details>

.github/pr-welcome-internal.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Here are some helpful tips and reminders for your convenience.
44

5+
<details>
6+
<summary><b>💡 Show Tips and Tricks</b></summary>
7+
58
### Testing This CDK Version
69

710
You can test this version of the CDK using the following:
@@ -15,10 +18,6 @@ cd airbyte-integrations/connectors/source-example
1518
poe use-cdk-branch {{ .branch_name }}
1619
```
1720

18-
### Helpful Resources
19-
20-
- [CDK API Reference](https://airbytehq.github.io/airbyte-python-cdk/)
21-
2221
### PR Slash Commands
2322

2423
Airbyte Maintainers can execute the following slash commands on your PR:
@@ -30,4 +29,15 @@ Airbyte Maintainers can execute the following slash commands on your PR:
3029
- `/poe build` - Regenerate git-committed build artifacts, such as the pydantic models which are generated from the manifest JSON schema in YAML.
3130
- `/poe <command>` - Runs any poe command in the CDK environment
3231

32+
</details>
33+
34+
<details>
35+
<summary><b>📚 Show Repo Guidance</b></summary>
36+
37+
### Helpful Resources
38+
39+
- [CDK API Reference](https://airbytehq.github.io/airbyte-python-cdk/)
40+
3341
[📝 _Edit this welcome message._](https://github.com/airbytehq/airbyte-python-cdk/blob/main/.github/pr-welcome-internal.md)
42+
43+
</details>

0 commit comments

Comments
 (0)