One of the easiest ways to contribute to the NTFSAccess PowerShell module is by helping to write and edit documentation. All the documentation hosted on GitHub is written using Markdown. Markdown is a lightweight markup language with plain text formatting syntax. Markdown forms the basis of our documentation’s conceptual authoring language. Creating new articles is as easy as writing a simple text file by using your favorite text editor.
Here are some Markdown editors you can try out:
To get started using Markdown, see How to use Markdown for writing Docs.
NTFSSecurity uses the Mkdocs builder on ReadTheDocs for documentation.
Don’t use hard tabs in Markdown. For more detailed information about the Markdown specification, see the Markdown Specifics article.
To contribute new documentation, check for issues tagged as “Help Wanted” to make sure you’re not duplicating efforts. If no one seems to be working on what you have planned:
TOC.yml
file (located in the top-level folder of each
documentation set).Most reference topics are duplicated across all versions of PowerShell. When reporting an issue about a cmdlet reference or an About_ article, you must specify which versions are affected by the issue. The default issue template in GitHub includes a [GFM task list][gfm-task]. Use the checkboxes in the task list to specify which versions of the content are affected. When you submit a change to a article for an issue that affects multiple versions of the content, you must apply the appropriate change to each version of the file.
Read the Style Guide.