From 543c2fd1c581a7273b8fb0d712dfa53e101ce18a Mon Sep 17 00:00:00 2001 From: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:56:06 -0700 Subject: [PATCH] .Net: Fixed typos in feature graduation GitHub Issue template (#7157) --- .github/ISSUE_TEMPLATE/feature_graduation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_graduation.md b/.github/ISSUE_TEMPLATE/feature_graduation.md index 37d207ea1888..80ad9f4e9167 100644 --- a/.github/ISSUE_TEMPLATE/feature_graduation.md +++ b/.github/ISSUE_TEMPLATE/feature_graduation.md @@ -16,14 +16,14 @@ about: Plan the graduation of an experimental feature Checklist to be completed when graduating an experimental feature -- [ ] Notify PM's and EM's that feature is read for graduation +- [ ] Notify PM's and EM's that feature is ready for graduation - [ ] Contact PM for list of sample use cases - [ ] Verify there are sample implementations​ for each of the use cases - [ ] Verify telemetry and logging are complete - [ ] ​Verify API docs are complete and arrange to have them published - [ ] Make appropriate updates to Learn docs​ - [ ] Make appropriate updates to Concept samples -- [ ] Male appropriate updates to Blog posts +- [ ] Make appropriate updates to Blog posts - [ ] Verify there are no serious open Issues​​ - [ ] Update table in EXPERIMENTS.md - [ ] Remove SKEXP​ flag from the experimental code