|
1 | 1 | # DSC-Samples
|
2 | 2 |
|
3 |
| -This repository includes code samples for DSC v3. |
| 3 | +This repository includes code samples and accompanying tutorial for DSC v3. All code in this |
| 4 | +repository is for non-production samples used in the DSC documentation and is designed to be used |
| 5 | +for learning and experimentation purposes. |
4 | 6 |
|
5 |
| -<!-- Todo: Actual readme --> |
| 7 | +For more information about DSC v3, see [the DSC v3 repository][00]. |
| 8 | + |
| 9 | +## Contributing |
| 10 | + |
| 11 | +<!-- vale off --> |
| 12 | + |
| 13 | +This project welcomes contributions and suggestions. Most contributions require you to agree to a |
| 14 | +Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us |
| 15 | +the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com. |
| 16 | + |
| 17 | +When you submit a pull request, a CLA bot will automatically determine whether you need to provide |
| 18 | +a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the |
| 19 | +instructions provided by the bot. You will only need to do this once across all repos using our |
| 20 | +CLA. |
| 21 | + |
| 22 | +This project has adopted the [Microsoft Open Source Code of Conduct][01]. For more information see |
| 23 | +the [Code of Conduct FAQ ][02] or contact [[email protected]][03] with any additional questions |
| 24 | +or comments. |
| 25 | + |
| 26 | +The [Contribution Guide][04] includes in-depth information and guidance for contributing to this |
| 27 | +project. |
| 28 | + |
| 29 | +<!-- vale on --> |
| 30 | + |
| 31 | +## Legal Notices |
| 32 | + |
| 33 | +<!-- vale off --> |
| 34 | + |
| 35 | +Microsoft and any contributors grant you a license to the Microsoft documentation and other content |
| 36 | +in this repository under the [Creative Commons Attribution 4.0 International Public License][05], |
| 37 | +see the [LICENSE][06] file, and grant you a license to any code in the repository under the |
| 38 | +[MIT License][07], see the [LICENSE-CODE][08] file. |
| 39 | + |
| 40 | +Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the |
| 41 | +documentation may be either trademarks or registered trademarks of Microsoft in the United States |
| 42 | +and/or other countries. The licenses for this project do not grant you rights to use any Microsoft |
| 43 | +names, logos, or trademarks. Microsoft's general trademark guidelines can be found at |
| 44 | +http://go.microsoft.com/fwlink/?LinkID=254653. |
| 45 | + |
| 46 | +Privacy information can be found at https://privacy.microsoft.com/en-us/. |
| 47 | + |
| 48 | +Microsoft and any contributors reserve all other rights, whether under their respective copyrights, |
| 49 | +patents, or trademarks, whether by implication, estoppel or otherwise. |
| 50 | + |
| 51 | +<!-- vale on --> |
| 52 | + |
| 53 | +[00]: https://github.com/PowerShell/DSC/ |
| 54 | +[01]: https://opensource.microsoft.com/codeofconduct/ |
| 55 | +[02]: https://opensource.microsoft.com/codeofconduct/faq/ |
| 56 | + |
| 57 | +[04]: https://powershell.github.io/DSC-Samples/contributing |
| 58 | +[05]: https://creativecommons.org/licenses/by/4.0/legalcode |
| 59 | +[06]: LICENSE |
| 60 | +[07]: https://opensource.org/licenses/MIT |
| 61 | +[08]: LICENSE-CODE |
0 commit comments