From 3c1c788d14effc43ec793c0e788d9210af681e9c Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Tue, 17 Mar 2026 09:44:17 -0500 Subject: [PATCH] Add Code of Conduct Add CODE_OF_CONDUCT.md adopting the Contributor Covenant code of conduct, consistent with dotnet/docs-maui and other .NET repositories. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CODE_OF_CONDUCT.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..28979d5 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,3 @@ +# 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).