Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion CONTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Thank you for your interest in contributing to Kagent! This document provides gu
- [Style Guide](#style-guide)
- [Documentation](#documentation)
- [Testing](#testing)
- [Contributing Blog Posts](#contributing-blog-posts)
- [Community](#community)
- [License](#license)
- [Questions and Help](#questions-and-help)
Expand Down Expand Up @@ -74,7 +75,18 @@ By participating in this project, you agree to abide by our [Code of Conduct](CO

7. Once approved, a maintainer will merge your PR

## Adding a new blog post
## Contributing Blog Posts

The kagent website includes a blog section where we post about kagent. If you'd like to submit a blog post to [kagent.dev](https://kagent.dev), make sure your article meets the guidelines below. If you have any questions or you'd like to discuss your ideas, please send us a meessage on our [Discord server](https://bit.ly/kagentdiscord).

### Blog post guidelines

- Posts should be about the kagent project and valuable to our community
- Posts should focus on the open source kagent project and not vendor specific projects or products
- Any submitted blog posts must be original content and not a copy of existing blog posts

### Submitting a blog post

1. Create your blog post in `src/blogContent` folder. You can copy an existing blog post and modify it.
2. Make sure you add the following metadata at the top of your blog post - update the title, published date, description, author, and authorIds accordingly.

Expand Down