Skip to content

Commit 0b1b2ad

Browse files
committed
fixup! Add template for a proposal for a new optimization.
- Added descriptions to some sections.
1 parent 3cdd722 commit 0b1b2ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/ISSUE_TEMPLATE/07-optimization.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
attributes:
1616
label: Elevator pitch
1717
description: |
18-
Each question should be answered comprehensively but using as few sentences as possible.
18+
Each question should be answered comprehensively but using as few sentences as possible. This is the only mandatory section needed for the issue to be discussed in a refinement session.
1919
value: |
2020
### What does the transformation do?
2121
<!-- Give a representative SQL query. -->
@@ -60,6 +60,8 @@ body:
6060
- type: textarea
6161
attributes:
6262
label: Proposed implementation
63+
description: |
64+
Implementation details can be filled in only after the proposal was approved during a refinement session (in general this decision should be informed by the accompanying cost model).
6365
value: |
6466
### Describe the implementation.
6567

0 commit comments

Comments
 (0)