-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
dbt-cratedb2
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: 🐞 Bug | ||
description: Report a bug or an issue you've found with dbt-postgres | ||
description: Report a bug or an issue you've found with dbt-cratedb2 | ||
title: "[Bug] <title>" | ||
labels: ["bug", "triage"] | ||
body: | ||
|
@@ -13,9 +13,10 @@ body: | |
description: > | ||
In other words, is this an error, flaw, failure or fault in our software? | ||
If this is a bug that broke existing functionality that used to work, please open a regression issue. | ||
If this is a bug experienced while using dbt Cloud, please report to [support](mailto:[email protected]). | ||
If this is a request for help or troubleshooting code in your own dbt project, please join our [dbt Community Slack](https://www.getdbt.com/community/join-the-community/) or open a [Discussion question](https://github.com/dbt-labs/docs.getdbt.com/discussions). | ||
Please report it back to us so we can improve the situation. | ||
- [support](mailto:[email protected]) | ||
- https://cratedb.com/support | ||
Please search to see if an issue already exists for the bug you encountered. | ||
options: | ||
|
@@ -62,11 +63,13 @@ body: | |
examples: | ||
- **OS**: Ubuntu 20.04 | ||
- **Python**: 3.11.6 (`python3 --version`) | ||
- **dbt-postgres**: 1.0.0 (`dbt --version`) | ||
- **dbt-core**: 1.8.7 (`dbt --version`) | ||
- **dbt-cratedb2**: 0.1.0 (`dbt --version`) | ||
value: | | ||
- OS: | ||
- Python: | ||
- dbt-postgres: | ||
- dbt-core: | ||
- dbt-cratedb2: | ||
render: markdown | ||
validations: | ||
required: false | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Ask the community for help | ||
url: https://github.com/dbt-labs/docs.getdbt.com/discussions | ||
url: https://community.cratedb.com/ | ||
about: Need help troubleshooting? Check out our guide on how to ask | ||
- name: Contact dbt Cloud support | ||
url: mailto:support@getdbt.com | ||
about: Are you using dbt Cloud? Contact our support team for help! | ||
- name: Participate in Discussions | ||
url: https://github.com/dbt-labs/dbt-postgres/discussions | ||
about: Do you have a Big Idea for dbt-postgres? Read open discussions, or start a new one | ||
- name: Contact CrateDB Cloud and CrateDB Enterprise support | ||
url: https://support.cratedb.com/ | ||
about: Are you using CrateDB Cloud? Contact our support team for help! | ||
- name: General CrateDB support information | ||
url: https://cratedb.com/support | ||
about: About CrateDB support contacts and knowledge |