Skip to content

Commit a3f3f71

Browse files
authored
fix: include fixes issue in pr template (#602)
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
1 parent 651d5bb commit a3f3f71

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/PULL_REQUEST_TEMPLATE/component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Use 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

.github/PULL_REQUEST_TEMPLATE/misc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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

.github/PULL_REQUEST_TEMPLATE/requirement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Use 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

.github/PULL_REQUEST_TEMPLATE/sampling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Use 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

.github/PULL_REQUEST_TEMPLATE/tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Use 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

0 commit comments

Comments
 (0)