Merge pull request #16 from microsoft/waldo/prettifications

Just some minor changes
This commit is contained in:
Jeremy Vyska 2021-11-11 08:52:33 +01:00 committed by GitHub
commit 6c4cbf2f42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 ## Steps to Contribute
* Guide to Fork & PR (coming soon) * [Guide to Fork & PR](/content/Contributing/ForkAndPR/index.md)
* Templates for Patterns and Best Practices (coming soon) * Templates:
* Understanding the Approval Process (coming soon) - 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)) * 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)) * 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: To find out more about contributing, read up here:
[Contributing](/contributing/) [Contributing](/contributing/)