This repository was archived by the owner on May 19, 2026. It is now read-only.
How to contribute to PAELLADOC blog #24
jlcases
started this conversation in
Show and tell
Replies: 1 comment
How to Contribute Blog Content to PAELLADOCWe welcome contributions to the PAELLADOC blog! Here's a step-by-step guide on how to submit your content through a Pull Request. Content Requirements
Technical Process
Post CategoriesPlease choose from these categories (you can select one):
Example Post Structure---
layout: post
title: "Using AI to Improve Code Quality"
subtitle: "Practical strategies for better code reviews with AI"
date: 2023-10-01
author: "Jane Developer"
categories: Best Practices
tags:
- code quality
- AI reviews
- static analysis
excerpt: "Learn how AI can enhance your code review process while keeping humans in the loop for critical decisions."
---
## Introduction
Brief overview of the topic and why it matters...
## Main Section 1
Content for your first main point...
### Subsection
More detailed information...
## Main Section 2
Content for your second main point...
## Conclusion
Summary and key takeaways...Review ProcessOnce submitted, our team will review your post for:
We may suggest edits or improvements before publishing. Thank you for contributing to the PAELLADOC community! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How to Contribute Blog Content to PAELLADOC
We welcome contributions to the PAELLADOC blog! Here's a step-by-step guide on how to submit your content through a Pull Request.
Content Requirements
Technical Process
Fork the repository at https://github.com/jlcases/paellaweb
Create a new markdown file in the
_postsdirectory with the following naming convention:Example:
2023-09-15-integrating-ai-into-legacy-systems.mdAdd proper frontmatter at the top of your markdown file:
Write your content using Markdown formatting:
##for main headings (H2)###for subheadings (H3)Submit a Pull Request with your changes
Post Categories
Please choose from these categories (you can select 1-2):
Example Post Structure
Review Process
Once submitted, our team will review your post for:
We may suggest edits or improvements before publishing.
Thank you for contributing to the PAELLADOC community!
All reactions