Enable community blog submissions on GitHub Pages (Docsify) - #542
Merged
Conversation
Copilot created this pull request from a session on behalf of
MichaelCade
June 24, 2026 14:26
View session
MichaelCade
marked this pull request as ready for review
June 24, 2026 14:27
Contributor
|
Our team will soon review your PR. Thanks @Copilot :) |
Contributor
|
Hello there, thanks for opening your first Pull Request. Someone will review it soon. Welcome to the #90DaysOfDevOps community! |
Contributor
|
Thank you @Copilot for taking out your valuable time in order to contribute to our project. Looking forward for more such amazing contributions :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Blog Post Submission
Summary
This PR adds a first-class community blog flow to the existing Docsify/GitHub Pages site: contributors submit markdown posts via PR, maintainers review, and merged posts are published automatically. It introduces blog structure, contributor policy, review ownership, and CI validation for metadata/link quality.
Blog surface area
blog/README.md(landing page/index),blog/_template.md(required front matter schema), andblog/posts/2026-06-24-community-welcome.md(seed post).Community Blogentry to_sidebar.mdfor site navigation.Contributor + moderation model
CONTRIBUTING.mdwith a dedicated “Submit a Blog Post” section (filename convention, required metadata, scope/quality expectations)..github/PULL_REQUEST_TEMPLATE/blog_post.mdto standardize submission quality and author self-checks..github/CODEOWNERSrule for/blog/**to enforce maintainer review routing.Automated quality gate
.github/workflows/blog-post-validation.ymlto validate changedblog/posts/*.mdfiles on PRs.Checklist
blog/posts/with filename formatYYYY-MM-DD-short-title.mdblog/_template.md(title,author,date,tags,summary)CONTRIBUTING.md