An open API service indexing awesome lists of open source software.

https://github.com/PowerShell/Community-Blog

Submissions for posts to the PowerShell Community Blog -https://devblogs.microsoft.com/powershell-community
https://github.com/PowerShell/Community-Blog

hacktoberfest hacktoberfest2023

Last synced: 5 months ago
JSON representation

Submissions for posts to the PowerShell Community Blog -https://devblogs.microsoft.com/powershell-community

Awesome Lists containing this project

README

        

# Welcome to the Community-Blog contributor guide

The Wiki contains documentation on how to create a new blog post and how we operate this blog.

Participation in this blog is governed by the [Microsoft Open Source Code of Conduct][1] or the
[.NET Foundation Code of Conduct][2]. For more information, see the [Code of Conduct FAQ][3].

Making contributions to the blog is very similar to making contributions to docs.microsoft.com. To
get started, you require the following things:

1. A WordPress account (see [Becoming a contributor][4])
1. A GitHub account
1. Familiarity with Markdown and VS Code
1. Familiarity with the GitHub workflow

If you need help getting started with GitHub or the Docs authoring process, see the _Set up and work
locally_ section of the public [Contributor's Guide][5].

Formatting of the content should follow the same rules published in the
[PowerShell-specific Contributors Guide][6]. and the [PowerShell Style Guide][7].

## Table of Contents

- [1 - Becoming a contributor][8]
- [2 - Creating a new-post][9]
- [3 - Submitting a PR][10]

### Appendices

- [A - Markdown cheatsheet][11]
- [B - Setup GitHub for local workflow][12]
- [C - GitHub workflow for a new post][13]
- [D - Ideas for Posts][14]

## Operations Guide

- [Reviewer's Guide][15]

[1]: https://opensource.microsoft.com/codeofconduct/
[2]: https://dotnetfoundation.org/code-of-conduct
[3]: https://opensource.microsoft.com/codeofconduct/faq/
[4]: Becoming-a-contributor
[5]: https://docs.microsoft.com/contribute/get-started-setup-github
[6]: https://docs.microsoft.com/powershell/scripting/community/contributing/overview
[7]: https://docs.microsoft.com/powershell/scripting/community/contributing/powershell-style-guide
[8]: Becoming-a-contributor.md
[9]: Creating-a-new-post.md
[10]: Submitting-a-PR.md
[11]: Markdown-cheatsheet.md
[12]: Setup-GitHub-for-Local-Workflow.md
[13]: GitHub-workflow-for-new-post.md
[14]: Ideas-for-Posts.md
[15]: Reviewers-Guide.md