Just some minor changes

This commit is contained in:
waldo 2021-11-11 01:42:40 +01:00
parent f4832ae49f
commit 464c104632
5 changed files with 44 additions and 4 deletions

View file

@ -0,0 +1,15 @@
+++
chapter = true
pre = "<b><i class='fas fa-clone'></i> </b>"
title = "Guide to Fork & PR"
weight = 100
+++
## Abstract
(coming soon)
## Steps
### Step 1: Fork
### Step 2: Branch
### Step 3: Pullrequest

View file

@ -0,0 +1,14 @@
+++
chapter = true
pre = "<b><i class='fas fa-clone'></i> </b>"
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)

View file

@ -0,0 +1,9 @@
+++
chapter = true
pre = "<b><i class='fas fa-clone'></i> </b>"
title = "Understanding the Approval Process"
weight = 100
+++
(coming soon)

View file

@ -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)

View file

@ -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/)