From 5951e50d75a7682cfd3159a606492d7dba447ac9 Mon Sep 17 00:00:00 2001 From: Waldek Mastykarz Date: Wed, 5 Feb 2025 14:17:11 +0100 Subject: [PATCH 1/5] Removes announcement --- announcement.txt | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 announcement.txt diff --git a/announcement.txt b/announcement.txt deleted file mode 100644 index b51277cc..00000000 --- a/announcement.txt +++ /dev/null @@ -1,3 +0,0 @@ - -Got 30 seconds? -Help improve Dev Proxy by answering a 1-question survey: https://aka.ms/devproxy/survey From f40f9842d63795233f5ac3f0078f51f5b041e7c2 Mon Sep 17 00:00:00 2001 From: Waldek Mastykarz Date: Thu, 6 Feb 2025 19:00:57 +0100 Subject: [PATCH 2/5] Update CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 6257f2e7..775f221c 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,9 +1,6 @@ -# Microsoft Open Source Code of Conduct +# Code of Conduct -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). +This project has adopted the code of conduct defined by the Contributor Covenant +to clarify expected behavior in our community. -Resources: - -- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/) -- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) -- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns \ No newline at end of file +For more information, see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct). From a836c7d93a28abde60639f5dc87470aff9463195 Mon Sep 17 00:00:00 2001 From: Waldek Mastykarz Date: Thu, 6 Feb 2025 19:01:35 +0100 Subject: [PATCH 3/5] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index acb67ab7..b01d97b1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,3 @@ We highly recommend you browse existing issues first. We will be opening up to accept code contributions in the future, however at present this project is source open. > NOTE: When we start accepting community code contributions a signed a contribution license agreement will be required for all contributions and will be checked automatically on new pull requests. You will be asked to read and sign the agreement https://cla.microsoft.com/ after submitting a request to this repository. - -## Code of Conduct - -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. From 9e98ff830e465b46fa71116b37b00ee1431e4263 Mon Sep 17 00:00:00 2001 From: Waldek Mastykarz Date: Fri, 7 Feb 2025 09:01:16 +0100 Subject: [PATCH 4/5] Adds support information --- SUPPORT.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 SUPPORT.md diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 00000000..c8410c5e --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,9 @@ +# Support + +## How to file issues and get help + +This project uses GitHub Issues to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new Issue. + +## Microsoft Support Policy + +Support for this **PROJECT** is limited to the resources listed above. From 13ccdf5e2e73c43dff0a81354c04fa011319354c Mon Sep 17 00:00:00 2001 From: Waldek Mastykarz Date: Fri, 7 Feb 2025 10:32:57 +0100 Subject: [PATCH 5/5] Updates dependencies --- dev-proxy-plugins/dev-proxy-plugins.csproj | 4 ++-- dev-proxy/dev-proxy.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-proxy-plugins/dev-proxy-plugins.csproj b/dev-proxy-plugins/dev-proxy-plugins.csproj index 05328879..745a33d5 100644 --- a/dev-proxy-plugins/dev-proxy-plugins.csproj +++ b/dev-proxy-plugins/dev-proxy-plugins.csproj @@ -25,7 +25,7 @@ false runtime - + false runtime @@ -41,7 +41,7 @@ false runtime - + false runtime diff --git a/dev-proxy/dev-proxy.csproj b/dev-proxy/dev-proxy.csproj index bed4ab72..f15fabe5 100644 --- a/dev-proxy/dev-proxy.csproj +++ b/dev-proxy/dev-proxy.csproj @@ -35,13 +35,13 @@ - + - +