Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.69 KB

CONTRIBUTING.md

File metadata and controls

44 lines (32 loc) · 1.69 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

To be added to the list, documentation and or software should meet the following criteria:

  • ✅ Performs a useful function
  • ✅ Used by the community
  • ✅ Is a really well put together article that doesnt sell one particular vendor
  • ✅ Has helped you in your quest of learning video
  • ✅ Well documented
  • ✅ If its code it is released under one of those license and or an official work of the given organization: Apache License 2.0, BSD 3, BSD 2, GPL, LGPL, MIT

If an item on the list no longer meets the above criteria, 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": "Commander",
		"category": "command-line",
		"description": "Compose beautiful command line interfaces.",
		"homepage": "https://github.com/kylef/Commander",
		"tags": ["linux"]
}
  • 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 package and why it should be included.

Thank you for your suggestions!