From bc8379e6a529d6cbe292891715102c42c1e2dcbb Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Fri, 14 Jun 2024 14:30:30 -0400 Subject: [PATCH] Link Code of Conduct --- CODE-OF-CONDUCT.md | 6 ++++++ README.md | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 CODE-OF-CONDUCT.md diff --git a/CODE-OF-CONDUCT.md b/CODE-OF-CONDUCT.md new file mode 100644 index 00000000000..775f221c98e --- /dev/null +++ b/CODE-OF-CONDUCT.md @@ -0,0 +1,6 @@ +# Code of Conduct + +This project has adopted the code of conduct defined by the Contributor Covenant +to clarify expected behavior in our community. + +For more information, see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct). diff --git a/README.md b/README.md index 52742dafea0..e5b42c235f4 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,6 @@ If you are interested in fixing issues and contributing directly to the code bas - [Coding Guidelines](http://www.mono-project.com/community/contributing/coding-guidelines/) - [Submitting pull requests](https://github.com/xamarin/xamarin-android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests#pull-requests) -This project has adopted the code of conduct defined by the Contributor Covenant -to clarify expected behavior in our community. For more information, see the -[.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct). - # Feedback - Ask a question on [Stack Overflow](https://stackoverflow.com/questions/tagged/xamarin.android) or [Microsoft Q&A](https://docs.microsoft.com/en-us/answers/topics/dotnet-android.html).