From 68dc6c2d75e0ecd5b347e8c3bb79de0eeca355db Mon Sep 17 00:00:00 2001 From: Ashish Khare <44055846+ashishk1331@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:53:49 +0530 Subject: [PATCH] Add template for file to be shared #6 (#8) Signed-off-by: Ashish Khare <44055846+ashishk1331@users.noreply.github.com> --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 1cedc87..0a2695c 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,19 @@ We welcome contributions from everyone! Whether you're a seasoned developer or a 2. Link to their projects source code and deployment(if available) 3. Tech stack 4. Your github profile + - Template for the file, + ```yaml + --- + title: Name of the project + description: description about your project + link: to the projects source code and deployment(if available) + tech stack: + - technologies + - used + - in the project + github profile link: url to your github profile + --- + ``` - **File naming conventions -** File should be name with the title of their project or a should describe what project do. **For Example** : if project is about ecommerce website for shoes, file name can be 'shoes-ecommerce-website.md' - If you require to put multiple files, Please consider making a subfolder for it following prescribed naming convention.