From 5b414c5f20f94a7480e0f03063031afb90c8b0b7 Mon Sep 17 00:00:00 2001 From: Maheen kannooz maheen kannooz <142612837+MAHEENKANNOOZ@users.noreply.github.com> Date: Wed, 20 Mar 2024 22:31:12 +0400 Subject: [PATCH 01/18] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be9b00c..6a3378a 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ These are the [default community health files](https://help.github.com/en/articl # Contributing -Microsoft projects adopt 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. +Microsoft projects adopt 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 af81441bb6efb7efe61449a892ef87d4a12d57d7 Mon Sep 17 00:00:00 2001 From: Maheen kannooz Maitheen kannooz <142612837+MAHEENKANNOOZ@users.noreply.github.com> Date: Thu, 23 May 2024 14:18:02 +0400 Subject: [PATCH 02/18] Create bit --- bit | 1 + 1 file changed, 1 insertion(+) create mode 100644 bit diff --git a/bit b/bit new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/bit @@ -0,0 +1 @@ + From 5c7fa1450f7e5173f2b6c6b3d1a59af19173c6ee Mon Sep 17 00:00:00 2001 From: Maheen kannooz Maitheen kannooz <142612837+MAHEENKANNOOZ@users.noreply.github.com> Date: Thu, 23 May 2024 14:19:33 +0400 Subject: [PATCH 03/18] Create blank.yml --- .github/workflows/blank.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/blank.yml diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml new file mode 100644 index 0000000..01502b1 --- /dev/null +++ b/.github/workflows/blank.yml @@ -0,0 +1,36 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the "main" branch + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v4 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From 94538ad0ff767768a5b7da0aa39f2bed246c2547 Mon Sep 17 00:00:00 2001 From: Maheen kannooz Maitheen kannooz <142612837+MAHEENKANNOOZ@users.noreply.github.com> Date: Thu, 23 May 2024 15:20:39 +0400 Subject: [PATCH 04/18] Update blank.yml --- .github/workflows/blank.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 01502b1..6889cfa 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -1,4 +1,4 @@ -# This is a basic workflow to help you get started with Actions +## This is a basic workflow to help you get started with Actions name: CI From 4f24b93fe803063c2c4f09b61e6e12583f8bf59f Mon Sep 17 00:00:00 2001 From: Maheen kannooz Maitheen kannooz <142612837+MAHEENKANNOOZ@users.noreply.github.com> Date: Thu, 23 May 2024 15:22:28 +0400 Subject: [PATCH 05/18] Update platformcontext.yml --- policies/platformcontext.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policies/platformcontext.yml b/policies/platformcontext.yml index 9cfb01c..22ca229 100644 --- a/policies/platformcontext.yml +++ b/policies/platformcontext.yml @@ -1,5 +1,5 @@ name: platform_context -description: The context for GitOps platform, this will drive GitOps specific policies +description: The context for GitOps platform, this will drive GitOps specific policies owner: resource: repository where: From 410bde5499fba6d213ddfca89be4e1ff67167e8c Mon Sep 17 00:00:00 2001 From: Maheen kannooz Maitheen kannooz <142612837+MAHEENKANNOOZ@users.noreply.github.com> Date: Thu, 23 May 2024 15:22:51 +0400 Subject: [PATCH 06/18] Update platformcontext.yml --- policies/platformcontext.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policies/platformcontext.yml b/policies/platformcontext.yml index 22ca229..9cfb01c 100644 --- a/policies/platformcontext.yml +++ b/policies/platformcontext.yml @@ -1,5 +1,5 @@ name: platform_context -description: The context for GitOps platform, this will drive GitOps specific policies +description: The context for GitOps platform, this will drive GitOps specific policies owner: resource: repository where: From 223b3531662f1721946dc4ca7798aafb31494c6f Mon Sep 17 00:00:00 2001 From: Maheen kannooz Maitheen kannooz <142612837+MAHEENKANNOOZ@users.noreply.github.com> Date: Thu, 23 May 2024 15:23:14 +0400 Subject: [PATCH 07/18] Update mandatory-files.yml --- policies/mandatory-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policies/mandatory-files.yml b/policies/mandatory-files.yml index 8f9a7ae..6967967 100644 --- a/policies/mandatory-files.yml +++ b/policies/mandatory-files.yml @@ -1,4 +1,4 @@ -# metadata +## metadata name: mandatory files policy description: this policy will ensure the presence of important files in Microsoft project repositories From 23130cc7cfbb0153ba3ee3add5dee448018072b0 Mon Sep 17 00:00:00 2001 From: Maheen kannooz Maitheen kannooz <142612837+MAHEENKANNOOZ@users.noreply.github.com> Date: Thu, 23 May 2024 15:23:28 +0400 Subject: [PATCH 08/18] Update mandatory-files.yml --- policies/mandatory-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policies/mandatory-files.yml b/policies/mandatory-files.yml index 6967967..8f9a7ae 100644 --- a/policies/mandatory-files.yml +++ b/policies/mandatory-files.yml @@ -1,4 +1,4 @@ -## metadata +# metadata name: mandatory files policy description: this policy will ensure the presence of important files in Microsoft project repositories From bb3169f82c13b55ad690f8481d08bb15d0546686 Mon Sep 17 00:00:00 2001 From: Maheen kannooz Maitheen kannooz <142612837+MAHEENKANNOOZ@users.noreply.github.com> Date: Thu, 23 May 2024 15:23:52 +0400 Subject: [PATCH 09/18] Update cla.yml --- policies/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policies/cla.yml b/policies/cla.yml index a5959a2..dd5bfb3 100644 --- a/policies/cla.yml +++ b/policies/cla.yml @@ -1,7 +1,7 @@ name: Contributor License Agreement Policy description: CLA policy file -resource: repository +resource: repository configuration: cla: From 88e99e93a3fd224866a80ea2b7fa5d224f0896a1 Mon Sep 17 00:00:00 2001 From: Maheen kannooz Maitheen kannooz <142612837+MAHEENKANNOOZ@users.noreply.github.com> Date: Thu, 23 May 2024 15:24:35 +0400 Subject: [PATCH 10/18] Update CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index f9ba8cf..0d4d574 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,4 +1,4 @@ -# Microsoft Open Source Code of Conduct +## Microsoft Open Source Code of Conduct This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). From 063854ff464cdabb6f38bb589743f43e63a8462d Mon Sep 17 00:00:00 2001 From: Maheen kannooz Maitheen kannooz <142612837+MAHEENKANNOOZ@users.noreply.github.com> Date: Thu, 23 May 2024 15:24:47 +0400 Subject: [PATCH 11/18] Update CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 0d4d574..f9ba8cf 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,4 +1,4 @@ -## Microsoft Open Source Code of Conduct +# Microsoft Open Source Code of Conduct This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). From 2ed39d122775f6d7f34e4200e345f96434b8e9a9 Mon Sep 17 00:00:00 2001 From: Maheen kannooz Maitheen kannooz <142612837+MAHEENKANNOOZ@users.noreply.github.com> Date: Thu, 23 May 2024 15:25:24 +0400 Subject: [PATCH 12/18] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 4bdebbf..a9ddc11 100644 --- a/LICENSE +++ b/LICENSE @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +SOFTWARE. From 394cc68b632a6a68cc1fb41051fd8815ada80229 Mon Sep 17 00:00:00 2001 From: Maheen kannooz Maitheen kannooz <142612837+MAHEENKANNOOZ@users.noreply.github.com> Date: Thu, 23 May 2024 15:26:00 +0400 Subject: [PATCH 13/18] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a3378a..8896f1f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# .github +## .github These are the [default community health files](https://help.github.com/en/articles/creating-a-default-community-health-file-for-your-organization) for the MicrosoftDocs organization on GitHub. From fd8d58c93677205db3107a0caa26735a5b9dac79 Mon Sep 17 00:00:00 2001 From: Maheen kannooz Maitheen kannooz <142612837+MAHEENKANNOOZ@users.noreply.github.com> Date: Thu, 23 May 2024 15:26:10 +0400 Subject: [PATCH 14/18] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8896f1f..6a3378a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## .github +# .github These are the [default community health files](https://help.github.com/en/articles/creating-a-default-community-health-file-for-your-organization) for the MicrosoftDocs organization on GitHub. From 27e77895be7fb960abc532afe2e0dde4b566bcbf Mon Sep 17 00:00:00 2001 From: Maheen kannooz Maitheen kannooz <142612837+MAHEENKANNOOZ@users.noreply.github.com> Date: Thu, 23 May 2024 15:26:59 +0400 Subject: [PATCH 15/18] Update SECURITY.MD --- SECURITY.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.MD b/SECURITY.MD index f4357d6..e14e2c0 100644 --- a/SECURITY.MD +++ b/SECURITY.MD @@ -1,4 +1,4 @@ -## Security +# Security Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [many more](https://opensource.microsoft.com/). From 8440e1f9d59b69caba8b7b512c76656fe9109e3a Mon Sep 17 00:00:00 2001 From: Maheen kannooz Maitheen kannooz <142612837+MAHEENKANNOOZ@users.noreply.github.com> Date: Thu, 23 May 2024 15:27:33 +0400 Subject: [PATCH 16/18] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a3378a..be9b00c 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ These are the [default community health files](https://help.github.com/en/articl # Contributing -Microsoft projects adopt 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.. +Microsoft projects adopt 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 1a3a20c85d6c7c047e0bc4f8b959b38ceb65f25c Mon Sep 17 00:00:00 2001 From: Maheen kannooz Maitheen kannooz <142612837+MAHEENKANNOOZ@users.noreply.github.com> Date: Thu, 23 May 2024 15:28:54 +0400 Subject: [PATCH 17/18] Update blank.yml --- .github/workflows/blank.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 6889cfa..01502b1 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -1,4 +1,4 @@ -## This is a basic workflow to help you get started with Actions +# This is a basic workflow to help you get started with Actions name: CI From 4260071d86a27b2e1cef13c8a372ed4033fa7ec4 Mon Sep 17 00:00:00 2001 From: Maheen kannooz Maitheen kannooz <142612837+MAHEENKANNOOZ@users.noreply.github.com> Date: Sun, 26 May 2024 15:09:35 +0400 Subject: [PATCH 18/18] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be9b00c..f5257ec 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ These are the [default community health files](https://help.github.com/en/articles/creating-a-default-community-health-file-for-your-organization) for the MicrosoftDocs organization on GitHub. -# Contributing +# Contributing. Microsoft projects adopt 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.