Merge pull request #16 from microsoft/waldo/prettifications
Just some minor changes
This commit is contained in:
commit
6c4cbf2f42
5 changed files with 44 additions and 4 deletions
15
content/Contributing/ForkAndPR/index.md
Normal file
15
content/Contributing/ForkAndPR/index.md
Normal 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
|
||||
14
content/Contributing/Templates/_index.md
Normal file
14
content/Contributing/Templates/_index.md
Normal 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)
|
||||
9
content/Contributing/TheApprovalProcess/index.md
Normal file
9
content/Contributing/TheApprovalProcess/index.md
Normal 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)
|
||||
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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/)
|
||||
Loading…
Add table
Add a link
Reference in a new issue