Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 571 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 571 Bytes

Contributing

Thank you for taking interest in contributing to this project.

Please do not edit README.md directly

Instead, add the resource under its corresponding language to resources.json in the form of:

{
  "Language Name": [
    ...,
    {
      "name": "name of the project",
      "repo": "github user/repo"
    }
  ]
}

If the programming language of your project is not currently a part of the file, feel free to add it.

Guidelines

  • Add one link per Pull Request.
    • Make sure the PR title is in the format of Add project-name.