Merge branch 'main' into InstallHugoOnWindows11

This commit is contained in:
Henrik Helgesen 2022-02-25 08:45:57 -08:00 committed by GitHub
commit 1486266329
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
208 changed files with 398 additions and 244 deletions

View file

@ -1,6 +1,6 @@
---
title: "Title Here"
tags: []
tags: ["AL"]
categories: ["Best Practice"]
---
@ -29,11 +29,3 @@ PutCodeblocksHere()
```al
PutCodeblocksHere()
```
## Discussions
Please discuss this guideline <!--[here](https://github.com/microsoft/alguidelines/discussions/42) Fix the link -->
You can find discussions on all "Best Practices" [here](https://github.com/microsoft/alguidelines/discussions/categories/bc-best-practices).
<!-- 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. -->

View file

@ -1,8 +1,8 @@
---
title: "Pattern Name"
tags: []
categories: ["Pattern"]
---
+++
title = "Pattern Name"
tags = ["AL"]
categories = ["Pattern"]
+++
<!-- This is a guideline, some parts are optional (if there's no content, remove the whole paragraph). -->
@ -44,11 +44,3 @@ Usually, there are occasions where NOT to implement the pattern. List the disad
## List of references
Youtube-link? BaseApp? Tweet? ...
## Discussions
Please discuss this guideline <!--[here](https://github.com/microsoft/alguidelines/discussions/42) Fix the link -->
You can find discussions on all "Best Practices" [here](https://github.com/microsoft/alguidelines/discussions/categories/bc-patterns).
<!-- 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. -->