Thanks for your interest in contributing! There are two main ways to contribute content.
If you're not comfortable with Git, you can pitch or submit your article through our issue template:
- Go to New Issue
- Fill out the form with your article title, summary, and content
- A maintainer will review and publish it
-
Fork this repository
-
Create a new branch for your article
-
Add your article as a Markdown file in
content/articles/using this naming convention:content/articles/YYYY-MM-DD-your-article-slug.md -
Use this front matter template:
--- title: "Your Article Title" author: Your Name authors: - Your Name date: "YYYY-MM-DDT00:00:00+00:00" categories: - Category Name tags: - tag1 - tag2 --- Your article content in Markdown goes here.
-
Submit a pull request with a brief description of your article
- Write in Markdown
- Use fenced code blocks with language hints (e.g.,
```powershell) for code samples - Keep titles concise and descriptive
- Include a brief intro that tells readers what they'll learn
- Test any code examples before submitting
Add your PowerShell-related event to our community calendar:
- Go to New Event
- Fill out the event details
- A maintainer will add it to the calendar
Found a bug or broken link? Open an issue and let us know.
Be kind, be helpful, be respectful. We're all here because we love PowerShell.