You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
awesome/awesome-list-guidelines.md

8.5 KiB

List Guidelines

[!NOTE] Read the Awesome Manifesto before your create a new list.

[!NOTE] You can use the awesome badge on any awesome list, which can be not only a public list but also a private one. But if you want the list to be included in the Awesome list, it must meet the requirements in this file.

[!NOTE] Do not create blockchain-related lists.

Do not create duplicates of any existing lists in the Awesome list.

Search the subject of a new list in the Awesome list before creating it. If a list about this subject already exists, contribute to it instead of making your own.

You can make a comment on Issue #2242, which is dedicated for incubating lists to expose themselves to the community, in case you keep working on a duplicate list or making redunant efforts.

[!TIP] You can use Yeoman generator to create a new awesome list automatically.


Contents


Repository settings

The repository name of the list must be in lowercase slug format: awesome-name-of-list.

Examples of repository names:

awesome-swift awesome-web-typography awesome-Swift AwesomeWebTypography

The default branch must be named main, not master.

The repository must set awesome-list and awesome as GitHub topics. If possible, add more relevant topics.

List profile

Use title case for the list title (heading1 in readme): # Awesome Name of List.

Examples of list titles:

# Awesome Swift # Awesome Web Typography # awesome-swift # AwesomeSwift

Add the awesome badge to the right of the list title. If the list has a header image aligned to center, the awesome badge can be aligned to center too.

The awesome badge must link back to the Awesome list.

[!NOTE] Do not add a CI badge (e.g. GitHub Actions) in the list title. You can still use a CI for linting, but the badge has no value in the readme.

Do not add links like Inspired by awesome-foo or Inspired by the Awesome project at the top of the readme. The awesome badge is enough.

Write a short description for the list, following the list title.

Make sure the list focuses on one certain scope only. If the list has related awesome lists, link to them.

Exmaples of short descriptions:

Mobile operating system for Apple phones and tablets. Prototyping interactive UI designs. Resources and tools for iOS development. Awesome Framer packages and tools.

Whenever possible, add a logo or a header image for the list. The image must meet the following requirements:

  • If the image is set to full width, align it to center. Otherwise, place it at the top-right of the readme (see the example).
  • Link the image to the website of the list or other relevant website.
  • The image must be high-DPI. Set it to a maximum of half the width of the original image.
  • Don't repeat the text of the list title in the image. If the two have the same texts, use the image as the list title (the image follows the symbol # and a space in Markdown, or is wraped by the tags of <h1> in HTML).

Table of contents

Insert a table of contents in the list. The table of contents must meet the following requirements:

  • The heading (heading2) of the table of contents must be Contents, not Table of Contents.
  • The table of contents must be the first section of the list.
  • The table of contents must be a maximum of two-level list (see the example).
  • Contributing and Footnotes must be excluded from the table of contents.

List body

Add actual awesome stuff to the list only. Read the Awesome manifesto to know what is awesome.

Do not add the following stuff to the list:

  • Unmaintained repositoris
  • Archived repositoris
  • Deprecated documents
  • Missing documents

[!TIP] If you really need to add such stuff to the list, put them in a separate Markdown file.

Do not use a generated Markdown file as the readme of the list.

Put all subordinate information into the Footnotes at the bottom of the readme, such as:

  • Copyright notice
  • Hyperlinks to sources
  • Pointers to expansive content.

Write a description for each item in the list to tell the readers why it is on the list and how they will benefit from it, unless the item name expresses these points clearly by itself.

Format all the items in the list consistently:

  • Separate each item and its desctiption by a dash.
  • Each description starts with an uppercase character and ends with a period.
  • Use correct and consistent names. For example, use Node.js, not NodeJS or node.js.
  • Do not use hard-wrapping in items.

An Example of item:

- [AVA](…) - JavaScript test runner.

[!NOTE] Ensure the list is grammatically correct, typo-free and has no Markdown formatting errors.

Licence

  1. Adopt an appropriate license for the list.
  2. Create a file named license.md or LICENSE.md in the repository root with the license text.

[!NOTE] We strongly recommend the CC0 license, but any Creative Commons license will work. Code licenses like MIT, BSD, Apache, GPL, etc, are not acceptable. Neither are WTFPL and Unlicense.

You can quickly add the CC0 license to your repo by going to this URL (replace <user> and <repo> with your username and repository name accordingly):

https://github.com/<user>/<repo>/community/license/new?branch=main&template=cc0-1.0

[!NOTE] Do not add the license name, text, or a Licence section to the readme. GitHub already shows the license name and link to the license file at the top of the repository.

To verify that you've read all the guidelines, please comment on your pull request with just the word unicorn. 😇

Contributing

Create a file named contributing.md or CONTRIBUTING.md in the repository root.

You can optionally create a Contributing section at the top or bottom of readme, linking to the contributing file.

Submit the list to Awesome

[!NOTE] You can submit the list to the Awesome list at least 30 days after the birthday of the list. Give it a chance to mature.

The birthday of the list is the day when it received the first real commit or when it was open-sourced.

  1. Make sure the list is compliant with the list guidelines.
  2. Run the awesome-lint on the list.
    • If the awesome-lint reports issues, fix them.
    • If there are false-positives or things that can not be fixed, report it by submit an issue.
  3. Follow the pull request guidelines to submit a pull request for the list to be added in Awesome list.

Thanks for being awesome! 😎