Skip to content

Commit 1163a4a

Browse files
committed
Update readme and clarify contributing
1 parent 05f00db commit 1163a4a

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ Please read the rest of this document to ensure a smooth contribution process.
2626

2727
### Contributing to documentation related to DSC
2828

29-
Please see the [PowerShell-Docs-DSC](https://github.com/MicrosoftDocs/PowerShell-Docs-DSC/) repository for details.
29+
You can contribute to documentation either in the `docs` folder of this repository
30+
or in the [PowerShell-Docs-DSC](https://github.com/MicrosoftDocs/PowerShell-Docs-DSC/) repository.
31+
32+
> [!INFO]
33+
> Documentation contributed to the `docs` folder in this repository is periodically synced to the [PowerShell-Docs-DSC](https://github.com/MicrosoftDocs/PowerShell-Docs-DSC/) repository.
3034
3135
### Contributing to documentation related to maintaining or contributing to the DSC project
3236

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# DSCv3
22

33
> [!NOTE]
4-
> This repo isn't accepting code contributions. It's public and open source to show progress and
5-
> enable feedback. Once we're at a feature complete state, we can start taking code contributions.
4+
> We welcome code contributions to this repository. For guidelines on how to contribute,
5+
> see our [CONTRIBUTING.md](CONTRIBUTING.md).
6+
> Your feedback and participation help us improve DSCv3 for everyone.
67
78
## What's DSCv3?
89

@@ -22,7 +23,7 @@ DSCv3 differs from PowerShell DSC in a few important ways:
2223

2324
- DSCv3 doesn't depend on PowerShell. You can use DSCv3 without PowerShell installed and manage
2425
resources written in bash, python, C#, Go, or any other language.
25-
- DSCv3 use of PowerShell based resources does not depend on PSDesiredStateConfiguration module
26+
- DSCv3 use of PowerShell based resources does not depend on [PSDesiredStateConfiguration][00] module
2627
- DSCv3 doesn't include a local configuration manager. DSCv3 is invoked as a command. It doesn't
2728
run as a service.
2829
- Non-PowerShell resources define their schemas with JSON files, not MOF files.

0 commit comments

Comments
 (0)