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: about 1 month ago
JSON representation
Submissions for posts to the PowerShell Community Blog -https://devblogs.microsoft.com/powershell-community
- Host: GitHub
- URL: https://github.com/powershell/community-blog
- Owner: PowerShell
- License: mit
- Created: 2021-01-27T22:08:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T15:08:16.000Z (8 months ago)
- Last Synced: 2025-07-20T06:44:12.338Z (4 months ago)
- Topics: hacktoberfest, hacktoberfest2023
- Homepage:
- Size: 3.07 MB
- Stars: 113
- Watchers: 18
- Forks: 46
- Open Issues: 10
-
Metadata Files:
- Readme: Docs/README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
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