You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Contributing.md 756 B

4 jaren geleden
1234567891011121314
  1. # Contributor Guide
  2. Thank you for your interest in contributing to quality documentations.
  3. As an open source project, we welcome input and updates from the community.
  4. The following topics explain how to contribute to the NTFSAccess documentation.
  5. 1. [Get started](./contributing/1-GET-STARTED.md)
  6. 2. [Writing PowerShell documentation](./contributing/2-WRITING.md)
  7. 3. [Style Guide](./contributing/3-STYLE-GUIDE.md)
  8. 4. [Markdown Specifics](./contributing/4-MARKDOWN-SPECIFICS.md)
  9. 5. [Formatting Code blocks](./contributing/5-FORMATTING-CODE.md)
  10. 6. [Updating Reference](./contributing/6-UPDATING-REFERENCE.md)
  11. This contributor guide is a modified version of the one found on the [Powershell Docs](https://github.com/PowerShell/PowerShell-Docs) GitHub page.