Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.46 KB

CONTRIBUTING.md

File metadata and controls

37 lines (31 loc) · 1.46 KB

Contribute

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

If you're new to contribute to Open Source on GitHub, this guide can help you get started. Please check out the contribution guide for more details on how issues and pull requests work.

Steps to add Resources

{
    id: 9,  // +1 than last available resource data
    link:
      'https://raw.githubusercontent.com/dipakkr/A-to-Z-Resources-for-Students/master/README.md', // raw url Link of  Repo. Readme file
    repoName: 'A-to-Z-Resources-for-Students',  // Available Repo. name
    description:
      'Curated list of resources for college students. you should definitely check this out.', // Description of Resources
    repoOwnerName: 'dipakkr', // Repo. owner name(Id) or Repo. owner organisation
    repoOwner: 'Deepak Kumar',    // Repo. owner full name or Repo. owner organisation
    category: ['web-dev', 'mob-dev', 'course', 'language'],    // category from which resource belong (choose from below available categories)
}
  • available categories:-
    • web-dev
    • mob-dev
    • frontend
    • backend
    • language
    • project
    • course
    • podcast
    • interview
    • productive
    • data-science