-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #130 from fishtown-analytics/housekeeping/add-chan…
…gelog Add changelog, github templates
- Loading branch information
Showing
4 changed files
with
85 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug or an issue you've found with dbt-docs | ||
title: '' | ||
labels: bug, triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Describe the bug | ||
A clear and concise description of what the bug is. What command did you run? What happened? | ||
|
||
### Steps To Reproduce | ||
In as much detail as possible, please provide steps to reproduce the issue. Sample data that triggers the issue, example model code, etc is all very helpful here. | ||
|
||
### Expected behavior | ||
A clear and concise description of what you expected to happen. | ||
|
||
### Screenshots and log output | ||
If applicable, add screenshots or log output to help explain your problem. | ||
|
||
**The output of `dbt --version`:** | ||
``` | ||
<output goes here> | ||
``` | ||
|
||
### Additional context | ||
Add any other context about the problem here. |
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,23 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for dbt-docs | ||
title: '' | ||
labels: enhancement, triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Describe the feature | ||
A clear and concise description of what you want to happen. | ||
|
||
### Describe alternatives you've considered | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
### Additional context | ||
Is this feature database-specific? Which database(s) is/are relevant? Please include any other relevant context here. | ||
|
||
### Who will this benefit? | ||
What kind of use case will this feature be useful for? Please be specific and provide examples, this will help us prioritize properly. | ||
|
||
### Are you interested in contributing this feature? | ||
Let us know if you want to write some code, and how we can help. |
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,22 @@ | ||
resolves # | ||
|
||
<!--- | ||
Include the number of the issue addressed by this PR above if applicable. | ||
PRs for code changes without an associated issue *will not be merged*. | ||
See CONTRIBUTING.md for more information. | ||
Example: | ||
resolves #1234 | ||
--> | ||
|
||
|
||
### Description | ||
|
||
<!--- Describe the Pull Request here --> | ||
|
||
|
||
### Checklist | ||
- [ ] I have signed the [CLA](https://docs.getdbt.com/docs/contributor-license-agreements) | ||
- [ ] I have generated docs locally, and this change appears to resolve the stated issue | ||
- [ ] I have updated the `CHANGELOG.md` and added information about my change to the "dbt next" section. | ||
|
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,12 @@ | ||
## dbt 0.18.0 (Release TBD) | ||
|
||
## dbt 0.18.0rc1 (August 19, 2020) | ||
|
||
- Add "Referenced By" and "Depends On" sections for each node ([docs#106](https://github.com/fishtown-analytics/dbt-docs/pull/106)) | ||
- Add Name, Description, Column, SQL, Tags filters to site search ([docs#108](https://github.com/fishtown-analytics/dbt-docs/pull/108)) | ||
- Add relevance criteria to site search ([docs#113](https://github.com/fishtown-analytics/dbt-docs/pull/113)) | ||
- Support new selector methods, intersection, and arbitrary parent/child depth in DAG selection syntax ([docs#118](https://github.com/fishtown-analytics/dbt-docs/pull/118)) | ||
- Revise anonymous event tracking: simpler URL fuzzing; differentiate between Cloud-hosted and non-Cloud docs ([docs#121](https://github.com/fishtown-analytics/dbt-docs/pull/121)) | ||
|
||
Contributors: | ||
- [@stephen8chang](https://github.com/stephen8chang) ([docs#106](https://github.com/fishtown-analytics/dbt-docs/pull/106), [docs#108](https://github.com/fishtown-analytics/dbt-docs/pull/108), [docs#113](https://github.com/fishtown-analytics/dbt-docs/pull/113)) |