From f4832ae49fa09cbc445f3f8417ba43274301a7cc Mon Sep 17 00:00:00 2001 From: waldo Date: Wed, 10 Nov 2021 15:55:39 +0100 Subject: [PATCH] First draft for Guideline template --- .../Templates/Guidelines/index.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 content/Contributing/Templates/Guidelines/index.md diff --git a/content/Contributing/Templates/Guidelines/index.md b/content/Contributing/Templates/Guidelines/index.md new file mode 100644 index 00000000..a4229f71 --- /dev/null +++ b/content/Contributing/Templates/Guidelines/index.md @@ -0,0 +1,29 @@ ++++ +title = "Title of the Guideline" +weight = 1180 ++++ +This is a guideline, some parts are optional (if there's no content, remove the whole paragraph). + +<_Your name here in italics, plus your company name if you wish_\> + +## Abstract + +Short, descriptive and easy to remember description of this pattern. + +## Description + +In depth description on what this Pattern is all about +- basic components +- how the interact +- steps to implement +- considerations to take + +## Good Example +```al +PutCodeblocksHere() +``` + +## Bad Example +```al +PutCodeblocksHere() +``` \ No newline at end of file