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
22 changes: 17 additions & 5 deletions .github/pr-welcome-community.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

<details>
<summary><b>💡 Show Tips and Tricks</b></summary>

### Testing This CDK Version

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

### Helpful Resources

- [Contributing Guidelines](https://docs.airbyte.com/contributing-to-airbyte/)
- [CDK API Reference](https://airbytehq.github.io/airbyte-python-cdk/)

### PR Slash Commands

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

</details>

<details>
<summary><b>📚 Show Repo Guidance</b></summary>

### Helpful Resources

- [Contributing Guidelines](https://docs.airbyte.com/contributing-to-airbyte/)
- [CDK API Reference](https://airbytehq.github.io/airbyte-python-cdk/)

If you have any questions, feel free to ask in the PR comments or join our [Slack community](https://airbytehq.slack.com/).

[📝 _Edit this welcome message._](https://github.com/airbytehq/airbyte-python-cdk/blob/main/.github/pr-welcome-community.md)

</details>
18 changes: 14 additions & 4 deletions .github/pr-welcome-internal.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Here are some helpful tips and reminders for your convenience.

<details>
<summary><b>💡 Show Tips and Tricks</b></summary>

### Testing This CDK Version

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

### Helpful Resources

- [CDK API Reference](https://airbytehq.github.io/airbyte-python-cdk/)

### PR Slash Commands

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

</details>

<details>
<summary><b>📚 Show Repo Guidance</b></summary>

### Helpful Resources

- [CDK API Reference](https://airbytehq.github.io/airbyte-python-cdk/)

[📝 _Edit this welcome message._](https://github.com/airbytehq/airbyte-python-cdk/blob/main/.github/pr-welcome-internal.md)

</details>