|
| 1 | +name: ✨ Feature |
| 2 | +description: Propose a straightforward extension of dbt-oss-template functionality |
| 3 | +title: "[Feature] <title>" |
| 4 | +labels: ["enhancement", "triage"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thanks for taking the time to fill out this feature request! |
| 10 | + - type: checkboxes |
| 11 | + attributes: |
| 12 | + label: Is this your first time submitting a feature request? |
| 13 | + description: > |
| 14 | + We want to make sure that features are distinct and discoverable, |
| 15 | + so that other members of the community can find them and offer their thoughts. |
| 16 | +
|
| 17 | + Issues are the right place to request straightforward extensions of existing dbt-oss-template functionality. |
| 18 | + For "big ideas" about future capabilities of dbt-oss-template, we ask that you open a |
| 19 | + [discussion](https://github.com/dbt-labs/dbt-oss-template/discussions) in the "Ideas" category instead. |
| 20 | + options: |
| 21 | + - label: I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations) |
| 22 | + required: true |
| 23 | + - label: I have searched the existing issues, and I could not find an existing issue for this feature |
| 24 | + required: true |
| 25 | + - label: I am requesting a straightforward extension of existing dbt functionality, rather than a Big Idea better suited to a discussion |
| 26 | + required: true |
| 27 | + - type: textarea |
| 28 | + attributes: |
| 29 | + label: Describe the feature |
| 30 | + description: A clear and concise description of what you want to happen. |
| 31 | + validations: |
| 32 | + required: true |
| 33 | + - type: textarea |
| 34 | + attributes: |
| 35 | + label: Describe alternatives you've considered |
| 36 | + description: | |
| 37 | + A clear and concise description of any alternative solutions or features you've considered. |
| 38 | + validations: |
| 39 | + required: false |
| 40 | + - type: textarea |
| 41 | + attributes: |
| 42 | + label: Who will this benefit? |
| 43 | + description: | |
| 44 | + What kind of use case will this feature be useful for? Please be specific and provide examples, this will help us prioritize properly. |
| 45 | + validations: |
| 46 | + required: false |
| 47 | + - type: input |
| 48 | + attributes: |
| 49 | + label: Are you interested in contributing this feature? |
| 50 | + description: Let us know if you want to write some code, and how we can help. |
| 51 | + validations: |
| 52 | + required: false |
| 53 | + - type: textarea |
| 54 | + attributes: |
| 55 | + label: Anything else? |
| 56 | + description: | |
| 57 | + Links? References? Anything that will give us more context about the feature you are suggesting! |
| 58 | + validations: |
| 59 | + required: false |
0 commit comments