From c5b3097b6352ddf8bba9bad82eab3d389805fa40 Mon Sep 17 00:00:00 2001 From: Howard Wolosky Date: Fri, 5 Apr 2019 14:57:47 -0700 Subject: [PATCH] Update CONTRIBUTING.md Co-Authored-By: grochocki --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1f40634d..63702de4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,7 @@ improvements which address the top issues reported by Calculator users. Some gen made and *why* you have chosen a particular solution. Describe any manual testing you performed to validate your change. * **DO NOT** submit a PR unless it is linked to an Issue marked [`triage approved`](https://github.com/Microsoft/calculator/issues?q=is%3Aissue+is%3Aopen+label%3A%22Triage%3A+Approved%22). -This enables us to have a discussion on the idea before anyone invests time in an implementation. + This enables us to have a discussion on the idea before anyone invests time in an implementation. * **DO NOT** merge multiple changes into one PR unless they have the same root cause. * **DO NOT** submit pure formatting/typo changes to code that has not been modified otherwise.