diff --git a/content/Contributing/ForkAndPR/index.md b/content/Contributing/ForkAndPR/index.md
new file mode 100644
index 00000000..eb13b18a
--- /dev/null
+++ b/content/Contributing/ForkAndPR/index.md
@@ -0,0 +1,15 @@
++++
+chapter = true
+pre = " "
+title = "Guide to Fork & PR"
+weight = 100
++++
+
+## Abstract
+
+(coming soon)
+
+## Steps
+### Step 1: Fork
+### Step 2: Branch
+### Step 3: Pullrequest
\ No newline at end of file
diff --git a/content/Contributing/Templates/_index.md b/content/Contributing/Templates/_index.md
new file mode 100644
index 00000000..31639255
--- /dev/null
+++ b/content/Contributing/Templates/_index.md
@@ -0,0 +1,14 @@
++++
+chapter = true
+pre = " "
+title = "Templates"
+weight = 100
++++
+
+# Templates
+
+We have foreseen some template-files that you can simply copy and use. Look at them as "Patterns for describing patterns" 😉.
+
+We have foreseen a Template for:
+* [Guidelines](/content/Contributing/Templates/Guidelines/index.md)
+* [Patterns](/content/Contributing/Templates/Patterns/index.md)
\ No newline at end of file
diff --git a/content/Contributing/TheApprovalProcess/index.md b/content/Contributing/TheApprovalProcess/index.md
new file mode 100644
index 00000000..f6fec688
--- /dev/null
+++ b/content/Contributing/TheApprovalProcess/index.md
@@ -0,0 +1,9 @@
++++
+chapter = true
+pre = " "
+title = "Understanding the Approval Process"
+weight = 100
++++
+
+(coming soon)
+
diff --git a/content/Contributing/_index.md b/content/Contributing/_index.md
index 28c7a9ed..0857721c 100644
--- a/content/Contributing/_index.md
+++ b/content/Contributing/_index.md
@@ -17,6 +17,8 @@ This project has adopted the Microsoft Open Source Code of Conduct. For more inf
## Steps to Contribute
-* Guide to Fork & PR (coming soon)
-* Templates for Patterns and Best Practices (coming soon)
-* Understanding the Approval Process (coming soon)
+* [Guide to Fork & PR](/content/Contributing/ForkAndPR/index.md)
+* Templates:
+ - For [patterns](/content/Contributing/Templates/Patterns/index.md)
+ - For [guidelines](/content/Contributing/Templates/Guidelines/index.md)
+* [Understanding the Approval Process](/content/Contributing/TheApprovalProcess/index.md)
diff --git a/content/_index.md b/content/_index.md
index 352cfda5..753a24ed 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -33,7 +33,7 @@ This project is a Microsoft Business Central Community initiative with support f
* Henrik Helgesen ([Twitter](https://twitter.com/TheDoubleH), [GitHub](https://github.com/thedoubleh))
* Jeremy Vyska ([Twitter](https://twitter.com/JeremyVyska),[Blog](https://jeremy.vyska.info/articles), [GitHub](https://github.com/JeremyVyska))
-#### Contibuting
+#### Contributing
To find out more about contributing, read up here:
[Contributing](/contributing/)
\ No newline at end of file