Skip to content

Commit 6748e54

Browse files
edirilCopilot
andauthored
Updates to contribution acceptance criteria (#57)
* updates to contribution acceptance criteria * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 515b319 commit 6748e54

2 files changed

Lines changed: 127 additions & 237 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
1-
### Description of Change
2-
`<MENTION A SHORT DESCRIPTION OF YOUR CHANGES HERE>`
1+
### Description
32

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+
-->
615

716
### Checklist
8-
Some tips and links to help validate your PR:
917

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

Comments
 (0)