Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

34 lines (25 loc) · 1.21 KB

Contribution Guidelines

In order to contribute to this repository you need to fork it, then you can create a pull request.

The README is generated from contents.json, please update the JSON file instead of the README 😄

  • To add to the list: Submit a pull request
  • To remove from the list: Open an issue

If an item on the list no longer exists, open an issue to have it be removed.

When adding new items, please adhere to the following guidelines:

  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • Make an individual pull request for each suggestion.
  • Use the existing format in the JSON file
{
		"title": "Now UI Kit",
		"category": "ui",
		"description": "A beautiful cross-platform UI kit. Yours free.",
		"homepage": "https://www.invisionapp.com/now",
		"tags": ["ui","free"]
}
  • New categories, or improvements to the existing categorization are welcome (open an issue).
  • Keep descriptions short and simple, but descriptive.
  • Start the description with a capital and end with a full stop/period.
  • Check your spelling and grammar.
  • The pull request should include a link to the resource and why it should be included.

Thank you for your suggestions!