From 36bee5f75f0f3b2a265ed8238a2f348782e5bc77 Mon Sep 17 00:00:00 2001 From: waldo1001 Date: Sat, 11 Dec 2021 08:16:43 +0100 Subject: [PATCH] Small changes to the template for guidelines --- .../Templates/Guidelines/index.md | 21 ++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/content/Contributing/Templates/Guidelines/index.md b/content/Contributing/Templates/Guidelines/index.md index 030b859f..d4330a0b 100644 --- a/content/Contributing/Templates/Guidelines/index.md +++ b/content/Contributing/Templates/Guidelines/index.md @@ -6,10 +6,6 @@ This is a guideline, some parts are optional (if there's no content, remove the <_Created by (company), Described by (company)_\> -## Abstract - -Short, descriptive and easy to remember description of this pattern. - ## Description In depth description on what this Pattern is all about @@ -18,12 +14,23 @@ In depth description on what this Pattern is all about - steps to implement - considerations to take -## Good Example + +## Bad code + ```al PutCodeblocksHere() ``` -## Bad Example +## Good code + ```al PutCodeblocksHere() -``` \ No newline at end of file +``` + +## [Discussions](https://github.com/microsoft/alguidelines/discussions/categories/bc-best-practices?discussions_q=TITLEOFYOURGUIDELINEGOESHERE+category%3A%22BC+Best+Practices%22) + + + +You can find discussions on all "Best Practices" [here](https://github.com/microsoft/alguidelines/discussions/categories/bc-best-practices). + +If you don't find the discussion of this pattern, please feel fee to create a new one with the same title as this article. \ No newline at end of file