Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.13 KB

CONTRIBUTING.md

File metadata and controls

31 lines (25 loc) · 1.13 KB

To Do : What to contribute

These are the changes you can make. Steps to contribute to this project:

  1. ADD your Project files of HTML,CSS,JS in ./projects/ directory
  • You have to add your own files first in ./projects/. Your project has to be a project of HTML+CSS+JS, where js is not mandatory. Or all 3 files can be merged in index.html also.
  • You can see this project for reference : ./projects/Example-Project.
  1. ADD your information in ./contribution/ProjectList.json file
  • Copy-paste this below code and modify it with your own details

    {
      "Name": "Example Project",
      "Author": "dev-AshishRanjan",
      "tags": ["html", "css", "js"],
      "Github": "https://github.com/dev-AshishRanjan",
      "FilePath": "../projects/Example-Project/index.html",
      "Description": "Small And Breif description is needed which explains your project."
    }
  • Note :

    • Name : Project's Name
    • Author : Your Name
    • Tags : can be any tag
    • Github : Your Github Profile link
    • FilePath : The relative path for your project's index.html file
    • Description : A breif description of your project