Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 866 Bytes

contribution.md

File metadata and controls

25 lines (22 loc) · 866 Bytes

Contribution

  • If you are going to PR a awesome list in JSON format, please follow this format
  • For example, the JSON file of sindresorhus/awesome-nodejs repo should be named as sindresorhus-awesome-nodejs.json
  • Also, the content should follow the following format.
[
    {
      "name": "webtorrent",
      "url": "https://github.com/feross/webtorrent",
      "description": "Streaming torrent client for Node",

    },
    {
      "name": "GitTorrent",
      "url": "https://github.com/cjb/GitTorrent",
      "description": "Peer-to-peer network of Git repositories being shared over BitTorrent",
      "cate": "Category"
    }
]

You can see the full example here

  • Any patch about UI, UX improvement is welcome, just be aware of the coding style.