Skip to content

Commit 1d68168

Browse files
authored
Merge pull request #130 from fishtown-analytics/housekeeping/add-changelog
Add changelog, github templates
2 parents 5939af8 + e5ae229 commit 1d68168

File tree

4 files changed

+85
-0
lines changed

4 files changed

+85
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Bug report
3+
about: Report a bug or an issue you've found with dbt-docs
4+
title: ''
5+
labels: bug, triage
6+
assignees: ''
7+
8+
---
9+
10+
### Describe the bug
11+
A clear and concise description of what the bug is. What command did you run? What happened?
12+
13+
### Steps To Reproduce
14+
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.
15+
16+
### Expected behavior
17+
A clear and concise description of what you expected to happen.
18+
19+
### Screenshots and log output
20+
If applicable, add screenshots or log output to help explain your problem.
21+
22+
**The output of `dbt --version`:**
23+
```
24+
<output goes here>
25+
```
26+
27+
### Additional context
28+
Add any other context about the problem here.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for dbt-docs
4+
title: ''
5+
labels: enhancement, triage
6+
assignees: ''
7+
8+
---
9+
10+
### Describe the feature
11+
A clear and concise description of what you want to happen.
12+
13+
### Describe alternatives you've considered
14+
A clear and concise description of any alternative solutions or features you've considered.
15+
16+
### Additional context
17+
Is this feature database-specific? Which database(s) is/are relevant? Please include any other relevant context here.
18+
19+
### Who will this benefit?
20+
What kind of use case will this feature be useful for? Please be specific and provide examples, this will help us prioritize properly.
21+
22+
### Are you interested in contributing this feature?
23+
Let us know if you want to write some code, and how we can help.

.github/pull_request_template.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
resolves #
2+
3+
<!---
4+
Include the number of the issue addressed by this PR above if applicable.
5+
PRs for code changes without an associated issue *will not be merged*.
6+
See CONTRIBUTING.md for more information.
7+
8+
Example:
9+
resolves #1234
10+
-->
11+
12+
13+
### Description
14+
15+
<!--- Describe the Pull Request here -->
16+
17+
18+
### Checklist
19+
- [ ] I have signed the [CLA](https://docs.getdbt.com/docs/contributor-license-agreements)
20+
- [ ] I have generated docs locally, and this change appears to resolve the stated issue
21+
- [ ] I have updated the `CHANGELOG.md` and added information about my change to the "dbt next" section.
22+

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## dbt 0.18.0 (Release TBD)
2+
3+
## dbt 0.18.0rc1 (August 19, 2020)
4+
5+
- Add "Referenced By" and "Depends On" sections for each node ([docs#106](https://github.com/fishtown-analytics/dbt-docs/pull/106))
6+
- Add Name, Description, Column, SQL, Tags filters to site search ([docs#108](https://github.com/fishtown-analytics/dbt-docs/pull/108))
7+
- Add relevance criteria to site search ([docs#113](https://github.com/fishtown-analytics/dbt-docs/pull/113))
8+
- 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))
9+
- 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))
10+
11+
Contributors:
12+
- [@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))

0 commit comments

Comments
 (0)