Skip to content

rajkumarpp/mcpapps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Contributing

Thanks for helping improve this project.

Add a New Post

  1. Choose a clear title and a URL-safe slug.
  2. Create your post content in Markdown using this naming style:
    • posts/YYYY-MM-DD-your-post-title.md
  3. Include this metadata block at the top of the file:
---
title: "Your Post Title"
author: "Your Name"
date: "YYYY-MM-DD"
summary: "1-2 sentence summary"
---
  1. Write the post body with clear headings and short sections.
  2. Add a link to the new post from index.html so it is discoverable.
  3. If needed, add styling updates in styles.css for any new post elements.

Quality Checklist

  • Verify spelling and grammar.
  • Keep paragraphs short and readable.
  • Confirm all links work.
  • Keep changes focused to one post per pull request when possible.

Submit Your Change

  1. Create a branch for your work.
  2. Commit with a descriptive message.
  3. Open a pull request describing:
    • what post was added
    • why it is valuable
    • any follow-up work needed

Thank you for contributing!

About

Repository for MCP apps workspace content

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors