From ef02bd0628e4076d60fe049b91aad8039cb869f0 Mon Sep 17 00:00:00 2001 From: Saisang Cai Date: Tue, 3 Jun 2025 20:31:38 +0800 Subject: [PATCH 1/3] Create MAML2Yaml subfolder to store monikerMapping.json (#12139) * Rename reference/mapping/monikerMapping.json to reference/mapping/MAML2Yaml/monikerMapping.json * Update .openpublishing.publish.config.json --- .openpublishing.publish.config.json | 2 +- reference/mapping/{ => MAML2Yaml}/monikerMapping.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename reference/mapping/{ => MAML2Yaml}/monikerMapping.json (100%) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 7ee4874ced20..39a24a8cefcb 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -49,7 +49,7 @@ ">=powershell-5.1" ], "monikerPath": [ - "mapping/monikerMapping.json" + "mapping/MAML2Yaml/monikerMapping.json" ], "monikers": [], "open_to_public_contributors": true, diff --git a/reference/mapping/monikerMapping.json b/reference/mapping/MAML2Yaml/monikerMapping.json similarity index 100% rename from reference/mapping/monikerMapping.json rename to reference/mapping/MAML2Yaml/monikerMapping.json From 9ace6e9c0e2939e34802f29a8506bc3deb0b0d38 Mon Sep 17 00:00:00 2001 From: skycommand <17097175+skycommand@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:31:45 +0330 Subject: [PATCH 2/3] Update PULL_REQUEST_TEMPLATE.md (#12137) Fix typo --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8b2eca374d24..346f67a9d648 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -21,7 +21,7 @@ - [ ] **Descriptive Title:** This PR's title is a synopsis of the changes it proposes. - [ ] **Summary:** This PR's summary describes the scope and intent of the change. -- [ ] **Contributor's Guide:** I have read the [contributors guide][contrib]. +- [ ] **Contributor's Guide:** I have read the [contributor's guide][contrib]. - [ ] **Style:** This PR adheres to the [style guide][style].