Skip to content

Latest commit

 

History

History
130 lines (84 loc) · 3.02 KB

CONTRIBUTING.md

File metadata and controls

130 lines (84 loc) · 3.02 KB



ZemProfiles

Discover & Connect with Developers

➕ Adding your Profile:

  1. Fork a copy of this Repository on your Github account by clicking below,
  1. Clone your Forked Repository by using the following GIT command:
git clone https://github.com/[YOUR GITHUB USERNAME]/ZemProfiles.git
  1. Navigate into the Project's Directory by using the command below:
cd ZemProfiles
  1. Initialize a Remote to the original Repository by the following GIT command:
git remote add upstream https://github.com/Zemerik/ZemProfiles
  1. Create a new branch in which you can make your desired changes:
git checkout -b newprofile
  1. Create a new file in the src/content/profiles directory and name it [YOUR GITHUB USERNAME].mdx

Directory Screenshot

  1. After Creating the file, paste the code snippet below and enter Your Details:
---
base: posts
title: Your Name
tags: [Skill 1, Skill 2, Skill 3, ...]
date: Today's Date
author: Name / Github Username
featuredImage: Image address of your Profile Picture
---

Add a short description of yourself here


Customize your Profile Post as you like using Markdown or HTML here.

Tip

You can refer to zemerik.mdx file for help or inspiration if required.

Example Profile

  1. After you are happy with your Profile Post, add all your files to the Staging Area:
git add --all
  1. Commit your Changes:
git commit -m "Profile Addition: [Your Name]"

Note

Remember to have a good commit message!

  1. Push all your Changes:
git push origin newprofile
  1. Create a new Pull - Request on the Original Repository

Your Pull Request will be merged / reviewed as soon as possible

🐞Bug/Issue/Feedback/Feature Request:

  • If you would like to report a bug, a issue, implement any feedack, or request any feature, you are free to do so by opening a issue on this repository. Remember to give a detailed explanation of what you are trying to say, and how it will help the website.

💁 Support:

For any kind of support or inforrmation, you are free to join our Discord Server,

Thanks for Visiting🙏

Don't forget to leave a ⭐
Made with 💖 by Hemang Yadav (Zemerik)