-
Notifications
You must be signed in to change notification settings - Fork 986
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'current' into joellabes-patch-1
- Loading branch information
Showing
329 changed files
with
15,739 additions
and
11,206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Want to see new content? Open a discussion! | ||
url: https://github.com/dbt-labs/docs.getdbt.com/discussions/new | ||
about: You can open a discussion to propose new content for the dbt product documentation. | ||
- name: Have questions about dbt? Join the Community! | ||
url: https://www.getdbt.com/community/join-the-community | ||
about: You can join the dbt Labs Community to ask and answer questions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: Improve content | ||
description: Make a suggestion to improve the content in an existing page. | ||
labels: ["content","improvement"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
* You can ask questions or submit ideas for the dbt docs in [Discussions](https://github.com/dbt-labs/docs.getdbt.com/discussions) | ||
* Before you file an issue read the [Contributing guide](https://github.com/dbt-labs/docs.getdbt.com#contributing). | ||
* Check to make sure someone hasn't already opened a similar [issue](https://github.com/dbt-labs/docs.getdbt.com/issues). | ||
- type: checkboxes | ||
id: contributions | ||
attributes: | ||
label: Contributions | ||
description: Please read the contribution docs before opening an issue or pull request. | ||
options: | ||
- label: I have read the contribution docs, and understand what's expected of me. | ||
|
||
- type: textarea | ||
attributes: | ||
label: Link to the page on docs.getdbt.com requiring updates | ||
description: Please link to the page or pages you'd like to see improved. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: What part(s) of the page would you like to see updated? | ||
description: | | ||
- Give as much detail as you can to help us understand the change you want to see. | ||
- Why should the docs be changed? What use cases does it support? | ||
- What is the expected outcome? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: Add any other context or screenshots about the feature request here. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: Improve the docs.getdbt.com site | ||
description: Make a suggestion or report a problem about the technical implementation of docs.getdbt.com. | ||
labels: ["engineering"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
* You can ask questions or submit ideas for the dbt docs in [Discussions](https://github.com/dbt-labs/docs.getdbt.com/discussions) | ||
* Before you file an issue read the [Contributing guide](https://github.com/dbt-labs/docs.getdbt.com#contributing). | ||
* Check to make sure someone hasn't already opened a similar [issue](https://github.com/dbt-labs/docs.getdbt.com/issues). | ||
- type: checkboxes | ||
id: contributions | ||
attributes: | ||
label: Contributions | ||
description: Please read the contribution docs before opening an issue or pull request. | ||
options: | ||
- label: I have read the contribution docs, and understand what's expected of me. | ||
|
||
- type: textarea | ||
attributes: | ||
label: What page(s) or areas on docs.getdbt.com are affected? | ||
description: Include links to pages where you're seeing a problem or making a suggestion. Also include screenshots, what browser you're using, etc. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: What changes are you suggesting? | ||
description: | | ||
- Give as much detail as you can to help us understand the change you want to see. | ||
- Why should the docs be changed? | ||
- What is the expected outcome? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: Any additional information, configuration, or data that might be necessary to reproduce the issue. | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: labeler | ||
|
||
on: [pull_request] | ||
|
||
jobs: | ||
labeler: | ||
runs-on: ubuntu-latest | ||
name: Label the PR size | ||
steps: | ||
- uses: codelytv/pr-size-labeler@v1 | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
xs_label: 'size: x-small' | ||
xs_max_size: '10' | ||
s_label: 'size: small' | ||
s_max_size: '50' | ||
m_label: 'size: medium' | ||
m_max_size: '250' | ||
l_label: 'size: large' | ||
l_max_size: '500' | ||
xl_label: 'size: x-large' | ||
fail_if_xl: 'false' | ||
message_if_xl: > | ||
'This PR is pretty big! We recommend breaking it down to under 1000 lines, which makes it easier to review. | ||
You can also make it more manageable by only addressing one issue per PR or moving some changes to a separate branch. | ||
github_api_url: 'api.github.com' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
|
||
# misc | ||
.DS_Store | ||
.env | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.