Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 646 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 646 Bytes

Contributing

Your first Pull Request

  • All new entries should be added in alphabetical order
  • Check formatting
  • Make entry in a form:

- [NAME](LINK) - DESCRIPTION ![Stars](https://img.shields.io/github/stars/PATH) ![Last Commit](https://img.shields.io/github/last-commit/PATH)

Example:

https://github.com/mobxjs/mobx

NAME: Repository name, mobx
LINK: Link to the repository, https://github.com/mobxjs/mobx
DESCRIPTION: Original textual description of the repository, Simple, scalable state management.
PATH: Path to the repository, mobxjs/mobx, to show badges with starts and last commit date