Skip to content

Commit

Permalink
Add template for updating source connector type (#9430)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliren authored Jan 15, 2022
1 parent e331387 commit 103c224
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/source-connector-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---

name: Source Connector Type
about: Add a new type or update an existing type in source connector
title: '[EPIC] Add new type / update <type-name> in source connector <connector-name>'
labels: area/connectors, needs-triage
assignees: ''

---

## Summary
(Choose one of the two below.)
- [ ] Support new type <type-name>
- [ ] Update existing type <type-name>

## TODOs
(Complete the TODOs based on the instruction, and convert each bullet point with the `[Issue]` tag into an issue.)
- [ ] [Issue] Add a new destination acceptance test (DAT) test case for this type.
- List every destination below, either update the destination to suppor this type, or override its DAT to bypass the new test case.
- [ ] Example: [Issue] support <type-name> in destination bigquery
- [ ] [Issue] Make sure every destination can pass the new DAT test case.
- Even if a destination does not need to support this type, its DAT should not break.
- List every source that should support this type below.
- [ ] Example: [Issue] support <type-name> in source github

## Desired Timeline

0 comments on commit 103c224

Please sign in to comment.