From bad8dc3742c2795e01ce7438d853d055063e6393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwyneth=20Pe=C3=B1a-Siguenza?= Date: Thu, 4 Jan 2024 12:19:07 -0500 Subject: [PATCH] Update submit-a-cloud-word-definition.md --- .../submit-a-cloud-word-definition.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/submit-a-cloud-word-definition.md b/.github/ISSUE_TEMPLATE/submit-a-cloud-word-definition.md index a464321..d14da65 100644 --- a/.github/ISSUE_TEMPLATE/submit-a-cloud-word-definition.md +++ b/.github/ISSUE_TEMPLATE/submit-a-cloud-word-definition.md @@ -13,17 +13,16 @@ Fill out the JSON with your submission: ```json { - - "Word": "network security group", - "Content": "A set of rules used to filter network traffic in a virtual network and or subnet.", - "Author": { - "Name": "GPS", - "Link": "https://youtube.com/madebygps" + "Word": "network security group", + "Content": "A set of rules used to filter network traffic in a virtual network and or subnet.", + "Author": { + "Name": "GPS", + "Link": "https://youtube.com/madebygps" }, - "LearnMoreUrl": "https://learn.microsoft.com/en-us/azure/virtual-network/network-security-groups-overview", - "Tag": "networking", - "Abbreviation": "nsg" - }, + "LearnMoreUrl": "https://learn.microsoft.com/en-us/azure/virtual-network/network-security-groups-overview", + "Tag": "networking", + "Abbreviation": "nsg" + } ``` Fill out the JSON below with the following.