-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fb6c349
commit a41f46a
Showing
1 changed file
with
36 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,36 @@ | ||
--- | ||
name: 🛠️ Implementation | ||
about: This is an implementation ticket intended for use by the maintainers of dbt-core | ||
title: '[<project>] <title>' | ||
labels: user_docs | ||
--- | ||
|
||
[x] I am a maintainer of dbt-core | ||
|
||
<!--- | ||
A couple reminders: | ||
* Remove the user_docs label if the scope of this work does not require changes to https://docs.getdbt.com/docs (no end-user interface (e.g. yml spec, CLI, error messages) or functionality changes) | ||
* Link any blocking issues in the "Blocked on" field under the "Core devs & maintainers" project. | ||
--> | ||
|
||
### Short description | ||
<!--- | ||
Describe of the scope of the ticket, a high-level implementation approach and any tradeoffs to consider | ||
--> | ||
|
||
|
||
### Acceptance Criteria | ||
|
||
<!--- | ||
What is the definition of done for this ticket? Include any relevant edge cases and/or test cases | ||
--> | ||
- ... | ||
- ... | ||
|
||
### Context | ||
<!--- | ||
Provide the "why", motivation, and alternative approaches considered -- linking to previous refinement issues, spikes, Notion docs as appropriate | ||
--> | ||
- [link] |