From 83412cdd1e6d0812b2d655105f8f191350ac4d40 Mon Sep 17 00:00:00 2001 From: waldo Date: Mon, 22 Nov 2021 08:35:29 +0100 Subject: [PATCH] Added discussions --- content/BCPatterns/facade-pattern/index.md | 5 ++++- content/BCPatterns/generic-method-pattern/index.md | 4 ++++ content/Contributing/Templates/Patterns/index.md | 4 ++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/content/BCPatterns/facade-pattern/index.md b/content/BCPatterns/facade-pattern/index.md index c126393b..c9d77c89 100644 --- a/content/BCPatterns/facade-pattern/index.md +++ b/content/BCPatterns/facade-pattern/index.md @@ -171,4 +171,7 @@ This is one of the most commonly used and discussed, initially described here: It is also a key pattern in the design of our system application modules, which is described here: -[Module Architecture](https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-blueprint) \ No newline at end of file +[Module Architecture](https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-blueprint) + +## Discussions +You can discuss this pattern [here](https://github.com/microsoft/alguidelines/discussions/42) \ No newline at end of file diff --git a/content/BCPatterns/generic-method-pattern/index.md b/content/BCPatterns/generic-method-pattern/index.md index c0e8c854..927c49b3 100644 --- a/content/BCPatterns/generic-method-pattern/index.md +++ b/content/BCPatterns/generic-method-pattern/index.md @@ -330,3 +330,7 @@ The snippets are: There have been a number of occasions where people have been sharing this pattern. Here is one: {{< youtube id="CWpaD9RUa6U" yt_start="1516" >}} + + +## Discussions +You can discuss this pattern [here](https://github.com/microsoft/alguidelines/discussions/41) \ No newline at end of file diff --git a/content/Contributing/Templates/Patterns/index.md b/content/Contributing/Templates/Patterns/index.md index 00ac23df..32ed981b 100644 --- a/content/Contributing/Templates/Patterns/index.md +++ b/content/Contributing/Templates/Patterns/index.md @@ -41,3 +41,7 @@ Usually, there are occasions where NOT to implement the pattern. List the disad ## List of references Youtube-link? BaseApp? Tweet? ... + +## Discussions + +Create a discussions-page of your pattern, and add the sentence "You can discuss this pattern [here](https://github.com/microsoft/alguidelines/discussions/42)" with the right link to that discussions-page. \ No newline at end of file