Skip to content

Commit 07b1096

Browse files
committed
style: prettify connector builder contribution pr templates (#15730)
1 parent dd66497 commit 07b1096

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

airbyte-connector-builder-server/src/main/resources/contribution_templates/pull-request-edit.md.peb

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

33
This PR updates source {{ connectorName }} ({{ connectorImageName }}).
44

5-
The contributor provided the following description of the change:
5+
#### The contributor provided the following description of the change:
66

7-
{{ contributionDescription }}
7+
> {{ contributionDescription }}
88

99
## Reviewer checklist
1010
- [ ] Resolve any merge conflicts and validate file diffs (make sure the PR only includes changes intended by the contributor)

airbyte-connector-builder-server/src/main/resources/contribution_templates/pull-request-new-connector.md.peb

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

33
This PR adds a new connector for source {{ connectorName }} ({{ connectorImageName }}).
44

5-
Contributor-provided connector description:
5+
#### Contributor-provided connector description:
66

7-
{{ connectorDescription }}
7+
> {{ connectorDescription }}
88

9-
The contributor provided the following description of the change:
9+
#### The contributor provided the following description of the change:
1010

11-
{{ contributionDescription }}
11+
> {{ contributionDescription }}
1212

1313
## Details
1414

0 commit comments

Comments
 (0)