|
1 | | -### Description of Change |
2 | | -`<MENTION A SHORT DESCRIPTION OF YOUR CHANGES HERE>` |
| 1 | +### Description |
3 | 2 |
|
4 | | -### Testing |
5 | | -`<MENTION ABOUT YOUR TESTING DETAILS HERE, ATTACH SCREENSHOTS IF NEEDED (WITHOUT PII)>` |
| 3 | +<!-- Briefly explain what changed and why. Include known limitations only if relevant. --> |
| 4 | + |
| 5 | +### Validation |
| 6 | + |
| 7 | +<!-- |
| 8 | +For connector code changes, attach lightweight proof that the code ran successfully, |
| 9 | +such as a screenshot of `fivetran debug` output or a short relevant log excerpt. |
| 10 | +Remove credentials, personal data, customer information, and other sensitive values. |
| 11 | +
|
| 12 | +For documentation-only or repository-maintenance changes, briefly describe any |
| 13 | +validation appropriate to the change. A detailed test report is not required. |
| 14 | +--> |
6 | 15 |
|
7 | 16 | ### Checklist |
8 | | -Some tips and links to help validate your PR: |
9 | 17 |
|
10 | | -- [ ] Tested the connector with `fivetran debug` command. |
11 | | -- [ ] Added/Updated example-specific README.md file, see [the README template](https://github.com/fivetran/community_connectors/tree/main/_template_connector/README_template.md) for the required structure and guidelines. |
12 | | -- [ ] Followed Python Coding Standards, [refer here](https://github.com/fivetran/community_connectors/blob/main/PYTHON_CODING_STANDARDS.md) |
| 18 | +Check only the items that apply: |
| 19 | + |
| 20 | +- [ ] **Connector code change:** I ran `fivetran debug` and attached sanitized proof of a successful run. |
| 21 | +- [ ] **New connector:** I added a connector-level `README.md` with the relevant [template sections](https://github.com/fivetran/community_connectors/blob/main/_template_connector/README_template.md) and listed the connector in the root `README.md`. |
| 22 | +- [ ] **All contributions:** I confirmed that the change and its validation evidence contain no credentials, personal data, customer information, or other sensitive values. |
| 23 | + |
| 24 | +See [CONTRIBUTING.md](https://github.com/fivetran/community_connectors/blob/main/CONTRIBUTING.md) for the complete contribution requirements. |
0 commit comments