From f97430d54e259eb923a6b7d4fe39aee32222a1bd Mon Sep 17 00:00:00 2001 From: Howard Wolosky Date: Fri, 5 Apr 2019 14:58:03 -0700 Subject: [PATCH] Update docs/NewFeatureProcess.md Co-Authored-By: grochocki --- docs/NewFeatureProcess.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/NewFeatureProcess.md b/docs/NewFeatureProcess.md index 6f36e06f..a0352e96 100644 --- a/docs/NewFeatureProcess.md +++ b/docs/NewFeatureProcess.md @@ -96,7 +96,7 @@ new features, the Microsoft team considers at least these items: path if possible. - [ ] If the change adds additional logging: - [ ] All logging should use - [TraceLogging](https://docs.microsoft.com/en-us/windows/desktop/tracelogging/trace-logging-about). + [TraceLogging](https://docs.microsoft.com/en-us/windows/desktop/tracelogging/trace-logging-about). - [ ] Unnecessary log events should be removed, or configured so that they are collected only when needed to debug issues or measure feature usage. - [ ] If the change reads user data from files or app settings: