First draft for Guideline template
This commit is contained in:
parent
c5b0683f03
commit
f4832ae49f
1 changed files with 29 additions and 0 deletions
29
content/Contributing/Templates/Guidelines/index.md
Normal file
29
content/Contributing/Templates/Guidelines/index.md
Normal file
|
|
@ -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()
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue