Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 514 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (23 loc) · 514 Bytes

Code contributions

Please make sure you maintain current code style.

Contributing a new awesome list

  1. Open db.json, add a new definition under defs.
	{
      "key": "java",
      "name": "Java",
      "repo": "/akullpp/awesome-java",
      "file": "README.md"
    }

The file atrribute is optional, by default it is README.md.

  1. Register the key of the list under groups.
	{
      "title": "JVM",
      "items": [
        "java",
        "scala"
      ]
    }