Skip to content

Commit 4ceebd5

Browse files
authored
Turn off main (#195)
1 parent 05f0337 commit 4ceebd5

File tree

8 files changed

+12
-562
lines changed

8 files changed

+12
-562
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 0 additions & 81 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,11 @@ contact_links:
77
url: mailto:[email protected]
88
about: Are you using dbt Cloud? Contact our support team for help!
99
- name: Participate in Discussions
10-
url: https://github.com/dbt-labs/dbt-postgres/discussions
10+
url: https://github.com/dbt-labs/dbt-adapters/discussions
1111
about: Do you have a Big Idea for dbt-postgres? Read open discussions, or start a new one
12+
- name: Create an issue for dbt-postgres
13+
url: https://github.com/dbt-labs/dbt-adapters/issues/new/choose
14+
about: Report a bug or request a feature for dbt-postgres
15+
- name: Create an issue for dbt-core
16+
url: https://github.com/dbt-labs/dbt-core/issues/new/choose
17+
about: Report a bug or request a feature for dbt-core

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/regression-report.yml

Lines changed: 0 additions & 78 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,3 @@
1-
resolves #
2-
[docs](https://github.com/dbt-labs/docs.getdbt.com/issues/new/choose) dbt-labs/docs.getdbt.com/#
3-
41
<!---
5-
Include the number of the issue addressed by this PR above if applicable.
6-
PRs for code changes without an associated issue *will not be merged*.
7-
See CONTRIBUTING.md for more information.
8-
9-
Include the number of the docs issue that was opened for this PR. If
10-
this change has no user-facing implications, "N/A" suffices instead. New
11-
docs tickets can be created by clicking the link above or by going to
12-
https://github.com/dbt-labs/docs.getdbt.com/issues/new/choose.
2+
This repository has moved into [dbt-labs/dbt-adapters](https://www.github.com/dbt-labs/dbt-adapters).
133
-->
14-
15-
### Problem
16-
17-
<!---
18-
Describe the problem this PR is solving. What is the application state
19-
before this PR is merged?
20-
-->
21-
22-
### Solution
23-
24-
<!---
25-
Describe the way this PR solves the above problem. Add as much detail as you
26-
can to help reviewers understand your changes. Include any alternatives and
27-
tradeoffs you considered.
28-
-->
29-
30-
### Checklist
31-
32-
- [ ] I have read [the contributing guide](https://github.com/dbt-labs/dbt-postgres/blob/main/CONTRIBUTING.md) and understand what's expected of me
33-
- [ ] I have run this code in development and it appears to resolve the stated issue
34-
- [ ] This PR includes tests, or tests are not required/relevant for this PR
35-
- [ ] This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX

0 commit comments

Comments
 (0)