1
0
mirror of synced 2025-12-19 10:00:34 -05:00

ISSUE_TEMPLATE: change octavia image ref url (#25939)

* change octavia image ref url

* Update 1-issue-connector.yaml

* Update 1-issue-connector.yaml

* Update 1-issue-connector.yaml

* Update 1-issue-connector.yaml
This commit is contained in:
Marcos Marx
2023-05-09 19:16:10 -03:00
committed by GitHub
parent 9dc443db60
commit 47e0bbad9e
9 changed files with 79 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
name: 🪲 Report a connector problem
name: 🐛 Report a connector problem
description: Use this template to report a problem using source or a destination connector
labels: [type/bug, area/connectors, needs-triage]
body:
@@ -8,8 +8,8 @@ body:
<p align="center">
<a target="_blank" href="https://airbyte.com">
<picture>
<source srcset="https://assets-global.website-files.com/605e01bc25f7e19a82e74788/621e2495cb90b8b2c3b31b0d_airbyte-octo-p-500.png">
<img alt="airbyte octavia" src="https://assets-global.website-files.com/605e01bc25f7e19a82e74788/621e2495cb90b8b2c3b31b0d_airbyte-octo-p-500.png" width="auto" height="150">
<source srcset="https://raw.githubusercontent.com/airbytehq/airbyte/master/.github/octavia-issue-template.svg">
<img alt="octavia-welcome" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/.github/octavia-issue-template.svg" width="auto" height="120">
</picture>
</a>
</p>
@@ -17,9 +17,18 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this bug report...
Make sure you update this issue with a concise title and provide all information you have to
help us debug the problem together.
Issues not following the template will be closed.
Make sure you update this issue with a concise title and provide all information you have to help us debug the problem together.
Some examples of good titles following the convention:
<ul>
<li> Source Name: issue description </li>
<li> Destination Name: issue description </li>
<li> Source Postgres: Add `_ab_cdc_inserted_at` column for CDC syncs </li>
<li> Source Chargebee: cannot sync transaction objects</li>
<li> Source Snowflake: support for case sensitive parameters in connection string</li>
<li> Destination BigQuery: normalization incorrectly processes arrays</li>
<ul>
<br>
<small>Issues not following the template will be closed. </small>
- type: input
id: connector-name
attributes:

View File

@@ -1,4 +1,4 @@
name: 🪲 Report a platform, infra or deployment bug
name: 🐛 Report a platform, infra or deployment bug
description: Use this template when you have a problem operating Airbyte platform
labels: [type/bug, area/platform, needs-triage]
body:
@@ -8,8 +8,8 @@ body:
<p align="center">
<a target="_blank" href="https://airbyte.com">
<picture>
<source srcset="https://assets-global.website-files.com/605e01bc25f7e19a82e74788/621e2495cb90b8b2c3b31b0d_airbyte-octo-p-500.png">
<img alt="airbyte octavia" src="https://assets-global.website-files.com/605e01bc25f7e19a82e74788/621e2495cb90b8b2c3b31b0d_airbyte-octo-p-500.png" width="auto" height="150">
<source srcset="https://raw.githubusercontent.com/airbytehq/airbyte/master/.github/octavia-issue-template.svg">
<img alt="octavia-welcome" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/.github/octavia-issue-template.svg" width="auto" height="120">
</picture>
</a>
</p>

View File

@@ -1,4 +1,4 @@
name: 🪲 Report a problem while using the Octavia CLI
name: 🐛 Report a problem while using the Octavia CLI
description: Use this template when you discovered a CLI problem
labels: [type/bug, area/octavia-cli, needs-triage]
body:
@@ -8,8 +8,8 @@ body:
<p align="center">
<a target="_blank" href="https://airbyte.com">
<picture>
<source srcset="https://assets-global.website-files.com/605e01bc25f7e19a82e74788/621e2495cb90b8b2c3b31b0d_airbyte-octo-p-500.png">
<img alt="airbyte octavia" src="https://assets-global.website-files.com/605e01bc25f7e19a82e74788/621e2495cb90b8b2c3b31b0d_airbyte-octo-p-500.png" width="auto" height="150">
<source srcset="https://raw.githubusercontent.com/airbytehq/airbyte/master/.github/octavia-issue-template.svg">
<img alt="octavia-welcome" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/.github/octavia-issue-template.svg" width="auto" height="120">
</picture>
</a>
</p>

View File

@@ -1,4 +1,4 @@
name: request a new connector
name: Request a new connector
description: Request for new sources and destinations
labels: [area/connectors, new-connector]
body:

View File

@@ -1,4 +1,4 @@
name: request a new feature
name: Request a new feature
description: Request to any new Airbyte features
labels: [type/enhancement, needs-triage]
body:

View File

@@ -1,4 +1,4 @@
name: request a new low-code CDK component
name: Request a new low-code CDK component
description: Use this to request new low-code CDK
labels:
[

View File

@@ -1,4 +1,4 @@
name: 📚 request or report a problem with documenation
name: 📚 Request or report a problem with documenation
description: For all docs typos, tutorials requests, etc.
labels: [type/enhancement, area/documentation needs-triage]
body:

View File

@@ -1,5 +1,5 @@
name: 🤷 others issues requests...
description: Use this for whatever other issues you need to create but don't have a specific category.
name: 🤷 Others issues requests...
description: Use this for whatever other issues you need to create an issue but don't have a specific category.
labels: [needs-triage]
body:
- type: input

52
.github/octavia-issue-template.svg vendored Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 63 KiB