From 4e7cf9e32fabb36d95ca7526fcc9770fbbb6846e Mon Sep 17 00:00:00 2001 From: Eric Slesar Date: Wed, 6 Jul 2016 16:31:31 -0700 Subject: [PATCH] updating contributing.md with contributing to docs section --- .github/CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d3a2351eb..dd2cf1e85 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -31,7 +31,11 @@ Contributing to Issue Contributing to Documentation ---- -- TODO: Don will fill in the details +- Choose what to work on. Check the list of [documentation issues](https://github.com/PowerShell/PowerShell-Docs/issues) to see if someone is already working on it. +- If you cannot find an existing issue for your desired work, open a new issue for your work. +- Follow the guidelines at [Contributing to PowerShell Documentation](https://github.com/PowerShell/PowerShell-Docs/blob/staging/CONTRIBUTING.md). +- If you contribute to the PowerShell project in a way that changes the user or developer experience, you are expected to document those changes. + Contributing to Code ----