Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

35 lines (28 loc) · 1.3 KB

Contribution Guidelines

To contribute to this repository, follow these steps:

  1. Fork the Repository: Click the "Fork" button to create a copy of this repository in your GitHub account.

  2. Clone Your Fork:

git clone https://github.com/your-username/hacktoberfest-2024-blogs.git
cd hacktoberfest-2024-blogs

3.Create a New Branch:

git checkout -b your-blog-topic

4.Write Your Blog in Markdown (.md):

Create a new Markdown file in the blogs/ directory. Name your file according to your blog topic (e.g., ai-and-llms.md). Write your blog post, and make sure to include headings, code snippets (if needed), and images where applicable.

5.Submit a Pull Request: Push your changes to your fork:

git push origin your-blog-topic

Open a pull request to the main branch of this repository. Provide a brief description of your blog post.

Rules The content should be original and not plagiarized. Each blog should be at least 500 words. Ensure proper grammar and formatting in your post. Do not submit blogs that are promotional or unrelated to the suggested topics. No use of AI for writing the Blog. If your blog topic falls under a new domain that is not already present in the repository, please create a new field for that domain in the repository’s README or relevant documentation.