Skip to content
Merged
Show file tree
Hide file tree
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
Binary file added docs/assets/blog-01-new-issue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 13 additions & 7 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,25 @@ sidebar_label: How to Contribute to Blogs
sidebar_position: 2
---

This guide walks you through everything you need to write and publish a blog post on recode hive — from setting up the project locally to pushing your changes as a pull request.
This guide walks you through everything you need to write and publish a blog post on recode hive, heads-up for you there is a lot of steps, our idea is not about <b>quantity</b>, lets focus on quality on the article you write the best one will be eligible for [GitHub Sponsorship](http://localhost:3000/our-sponsors/).

---

## Prerequisites
:::info Prerequisites
- 📦 [Node.js](https://nodejs.org/) (v18 or later)
- 🔧 [Git](https://git-scm.com/)
- 💻 [VS Code](https://code.visualstudio.com/) or your preferred editor
- Refer the welcome page to install and setup the repository in your local system. [Check here](http://localhost:3000/docs/)
:::
---

Before you start, make sure you have the following installed:
## Step 1: Raise a New issue

- [Node.js](https://nodejs.org/) (v18 or later)
- [Git](https://git-scm.com/)
- A code editor (e.g., [VS Code](https://code.visualstudio.com/))
Head to the the GitHub issue on this [repository](https://github.com/recodehive/recode-website/issues)
<BrowserWindow url="https://github.com/recodehive/recode-website/issues" bodyStyle={{padding: 0}}>
[![Github](assets\blog-01-new-issue.png)](https://github.com/recodehive/recode-website/issues)
</BrowserWindow>

---

## Step 1: Fork and Clone the Repository

Expand Down
Loading