Skip to content

Commit 6ff0322

Browse files
committed
fix: adjusted README.md
1 parent 2b97533 commit 6ff0322

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

README.md

+20-11
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818
## Introduction
1919

20-
This is the XOAP PowerShell DSC configuration repository.
20+
This is the [XOAP](https://xoap.io) PowerShell DSC configuration repository.
2121

22-
It is part of our XOAP Automation Forces Open Source community library to give you a quick start into Infrastructure as Code deployments with PowerShell DSC in addition to config.XO.
22+
It is part of our [XOAP](https://xoap.io) Automation Forces Open Source community library to give you a quick start into Infrastructure as Code deployments with PowerShell DSC in addition to config.XO.
2323

2424
Please check the links for more info, including usage information and full documentation:
2525

@@ -32,43 +32,52 @@ Please check the links for more info, including usage information and full docum
3232

3333
## Disclaimer
3434

35-
**All configurations are provided AS IS. We are not responsible for anything that happens inside your environment because you applied the configurations and didn´t test them thoroughly before doing so.**
35+
**All configurations are provided AS IS. We are not responsible for anything that happens inside your environment because you applied the configurations and did not test them thoroughly before doing so.**
3636

3737
Be sure to always test any of those configurations in separated test environment and test clients and servers.
3838

39-
>Some of the available DSC configurations make severe changes to security related configurations and could leave your Windows operating system in an unusable state.
39+
>Some of the available DSC configurations make severe changes to security-related configurations and could leave your Windows operating system in an unusable state.
4040
4141
So please test once, twice or trice.
4242

4343
---
4444

4545
## Guidelines
4646

47-
We are using the following guidelines to write code and make it easier for everyone to follow a distinctive guideline. Please check these links before starting to work on changes.
47+
We are using the following guidelines to write code and make it easier for everyone to follow a distinctive guideline.
48+
Please check these links before starting to work on changes.
4849

4950
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
5051

51-
Git Naming Conventions are an important part of the development process. They describe how Branches, Commit Messages, Pull Requests and Tags should look like to make the easily understandable for everybody in the development chain.
52+
Git Naming Conventions are an important part of the development process.
53+
They describe how Branches, Commit Messages,
54+
Pull Requests and Tags should look like to make them easily understandable for everybody in the development chain.
5255

5356
[Git Naming Conventions](https://namingconvention.org/git/)
5457

55-
The Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an explicit commit history; which makes it easier to write automated tools on top of.
58+
He Conventional Commits specification is a lightweight convention on top of commit messages.
59+
It provides an easy set of rules for creating an explicit commit history; which makes it easier to write automated tools on top of.
5660

5761
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
5862

59-
The better a Pull Request description is, the better a review can understand and decide on how to review the changes. This improves implementation speed and reduces communication between the requester and the reviewer resulting in much less overhead.
63+
The better a Pull Request description is, the better a review can understand and decide on how to review the changes.
64+
This improves implementation speed and reduces communication between the requester,
65+
and the reviewer is resulting in much less overhead.
6066

6167
[Writing A Great Pull Request Description](https://www.pullrequest.com/blog/writing-a-great-pull-request-description/)
6268

63-
Versioning is a crucial part of everything as code. Without version tags, you cannot clearly create a stable environment
64-
and be sure that your latest changes will not crash your production environment (sure it still can happen, but we are trying our best to implement everything that we can to reduce the risk).
69+
Versioning is a crucial part for Terraform Stacks and Modules.
70+
Without version tags you cannot clearly create a stable environment
71+
and be sure that your latest changes will not crash your production environment (sure it still can happen,
72+
but we are trying our best to implement everything that we can to reduce the risk)
6573

6674
[Semantic Versioning](https://semver.org)
6775

6876
---
6977

7078
## Share the Love
71-
Like this project? Please give it a ★ on [our GitHub](https://github.com/xoap-io/xoap-powershell-dsc-configurations)!
79+
Like this project?
80+
Please give it a ★ on [our GitHub](https://github.com/xoap-io/xoap-powershell-dsc-configurations)!
7281
It helps us a lot.
7382

7483
---

0 commit comments

Comments
 (0)