Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 968 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (22 loc) · 968 Bytes

How to CONTRIBUTE ?

  1. Search about the the topic or domain on which you want to contribute like course topic, provided by, platform, etc.
  2. Take the reference from below example and structure your information similar to that .
  3. Check whether the course you are providing is active and free.
  4. Commit your change and go for pull request.
  5. NOTE1 - Contribution must be done in the given format. Pull request wont be accepted if the format is wrong.
  6. NOTE2 - Courses you are providing must be free and accessable to everyone

EX :-

 [
   {
      "id" : "3",
      "courseName" : "Free Java Basic Course for Beginners",
      "platform" : "Skillup",
      "courseLink" : "https://www.simplilearn.com/learn-java-basics-skillup"
    },
  {
      "id" : "1",
      "courseName" : "Python tutorial",
      "platform" : "w3schools",
      "courseLink" : "https://www.w3schools.com/python/default.asp"
    }
]