File tree Expand file tree Collapse file tree
.github/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33Use this template when adding or modifying components in ` mellea/stdlib/components/ ` .
44
55## Description
6- - [ ] Link to Issue:
6+ - [ ] Link to Issue: Fixes <!-- issue number -->
77
88<!-- Brief description of the component being added/modified along with an explanation for why it should be in the standard library. -->
99
Original file line number Diff line number Diff line change 88- [ ] Other
99
1010## Description
11- - [ ] Link to Issue:
11+ - [ ] Link to Issue: Fixes <!-- issue number -->
1212
1313<!-- Brief description of the change being made along with an explanation. -->
1414
Original file line number Diff line number Diff line change 33Use this template when adding or modifying requirements in ` mellea/stdlib/requirements/ ` .
44
55## Description
6- - [ ] Link to Issue:
6+ - [ ] Link to Issue: Fixes <!-- issue number -->
77
88<!-- Brief description of the requirement being added/modified along with an explanation for why it should be in the standard library. -->
99
@@ -17,7 +17,7 @@ Use this template when adding or modifying requirements in `mellea/stdlib/requir
1717### Validation Logic
1818- [ ] ` validation_fn ` defined (if using Python-based validation)
1919 - [ ] re-usable functionality within the validation_fn should be separated out into ` mellea/stdlib/tools/ `
20- - [ ] ` validate ` returns a ` ValidationResult ` with
20+ - [ ] ` validate ` returns a ` ValidationResult ` with
2121 - [ ] a ` thunk ` and ` context ` if using a backend to generate
2222 - [ ] a specific ` reason ` and ` score ` when possible
2323
Original file line number Diff line number Diff line change 33Use this template when adding or modifying sampling strategies in ` mellea/stdlib/sampling/ ` .
44
55## Description
6- - [ ] Link to Issue:
6+ - [ ] Link to Issue: Fixes <!-- issue number -->
77
88<!-- Brief description of the sampling strategy being added/modified along with an explanation for why it should be in the standard library. -->
99
Original file line number Diff line number Diff line change 33Use this template when adding or modifying components in ` mellea/stdlib/tools/ ` .
44
55## Description
6- - [ ] Link to Issue:
6+ - [ ] Link to Issue: Fixes <!-- issue number -->
77
88<!-- Brief description of the tool being added/modified along with an explanation for why it should be in the standard library. -->
99
You can’t perform that action at this time.
0 commit comments