From 50c08b9399304450bdbefd8665a11ca079c202e5 Mon Sep 17 00:00:00 2001 From: Priyansh Prajapat Date: Tue, 3 Oct 2023 22:05:29 +0530 Subject: [PATCH] add contributing steps --- README.md | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0ae5f3..d4eafb8 100644 --- a/README.md +++ b/README.md @@ -1 +1,40 @@ -# DevProfiles \ No newline at end of file +# DevProfiles +A place to list and shocase your developer skills and profile + + +# Contribute + +1. Fork this Repository +2. add following code to HTML `index.html` just before `` comment + +```html +
+
User Image
+

Your Name

+
+ [SKILL-1] + [SKILL-2] + [SKILL-3] +
+ +
+``` +3. Change/Replace the placeholders with your image and profiles urls + - [IMAGE-URL] with your image URL + - [YOUR_NAME] with your name + - [SKILL-1], [SKILL-2], [SKILL-3] with your skills + - [YOUR GITHUB URL], [YOUR X/TWITTER URL] & [YOUR LINKEDIN URL] with your Github, X/Twitter & LinkedIn profile URL repectively. + +4. Commit your changes. + +5. Create a Pull Request + +6. Wait for Merge + +# Thank You +Thank you to every contributor of this repository
+Show some love by giving a ⭐ to this repository!