From a4c2c03c1103e349a47ee504eafff0ade05912b6 Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Tue, 17 Mar 2020 14:45:12 -0700 Subject: [PATCH] Update README.md for .NET Foundation (#119) --- CONTRIBUTING.md | 8 ++++++-- README.md | 9 +++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 78bd088f..ebd0f458 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,6 +65,10 @@ Familiarize yourself with the [developer guide](/docs/developer_guide.md) for in Tye is a new project with lots of aspects that are dificult to test. We don't currently have many tests as part of the repository and expect to increase the test coverage over time. For right now, try to understand if the area you're working in is already covered by tests, and expand them if possible. -## Code of conduct +## .NET Foundation -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +Tye is a [.NET Foundation](https://www.dotnetfoundation.org/projects) project. + +This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct). + +General .NET OSS discussions: [.NET Foundation forums](https://forums.dotnetfoundation.org) diff --git a/README.md b/README.md index 232266b8..3e06f2cc 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,11 @@ Tye is an experimental project, and as such we expect all users to take responsi Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter. -## Code of conduct +## .NET Foundation + +Tye is a [.NET Foundation](https://www.dotnetfoundation.org/projects) project. + +This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct). + +General .NET OSS discussions: [.NET Foundation forums](https://forums.dotnetfoundation.org) -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.