Skip to content

Commit d56d0ae

Browse files
committed
Fix checkboxes.
1 parent f627768 commit d56d0ae

File tree

1 file changed

+8
-8
lines changed
  • keps/sig-scheduling/5598-opportunistic-batching

1 file changed

+8
-8
lines changed

keps/sig-scheduling/5598-opportunistic-batching/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,17 +142,17 @@ checklist items _must_ be updated for the enhancement to be released.
142142

143143
Items marked with (R) are required *prior to targeting to a milestone / release*.
144144

145-
- [ X ] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
145+
- [X] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
146146
- [ ] (R) KEP approvers have approved the KEP status as `implementable`
147-
- [ X ] (R) Design details are appropriately documented
148-
- [ X ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
147+
- [X] (R) Design details are appropriately documented
148+
- [X] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
149149
- [ ] e2e Tests for all Beta API Operations (endpoints)
150-
- [ X ] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
150+
- [X] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
151151
- [ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
152-
- [ X ] (R) Graduation criteria is in place
152+
- [X] (R) Graduation criteria is in place
153153
- [ ] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md) within one minor version of promotion to GA
154-
- [ X ] (R) Production readiness review completed
155-
- [ X ] (R) Production readiness review approved
154+
- [X] (R) Production readiness review completed
155+
- [X] (R) Production readiness review approved
156156
- [ ] "Implementation History" section is up-to-date for milestone
157157
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
158158
- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
@@ -320,7 +320,7 @@ when drafting this test plan.
320320
[testing-guidelines]: https://git.k8s.io/community/contributors/devel/sig-testing/testing.md
321321
-->
322322

323-
[ X ] I/we understand the owners of the involved components may require updates to
323+
[X] I/we understand the owners of the involved components may require updates to
324324
existing tests to make this code solid enough prior to committing the changes necessary
325325
to implement this enhancement.
326326

0 commit comments

Comments
 (0)