Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.85 KB

CONTRIBUTING.md

File metadata and controls

62 lines (42 loc) · 1.85 KB

Contribution guidelines

If you notice a notable company in GitHub with something interesting in their public repositories, please make a pull request adding it.

Requirements for a successful addition

  • Structure of the items:

    | [Name](URL) | Languages |
  • Include a company name and a link to the GitHub organization using the Markdown format.

    • For example:

      | [GitHub, Inc.](https://github.com/github) | Language1, Language2, Language3 |
  • Include a list of programming languages used on the Git repositories of the company.

    • Separate the company name/link and list of languages with a vertical pipe character (|) to keep the table formatted in correct way.
  • For example:

    | [GitHub, Inc.](https://github.com/github) | Ruby, Markdown, HTML, CSS, Go, Shell, CoffeeScript, C#, C, C++, Objective-C, Java, PowerShell, Puppet, Go, Clojure, Swift |
  • Try to keep the list in alphabetical order.

    • Visual Studio Code has Sort Lines Ascending feature
      • Select lines you want to sort
      • Open Command Palette
      • Write sort to the Command Palette to search for the command
      • Select Sort Lines Ascending from the list of commands
      • Save the sorted file to make sure you are committing the right file contents
    • Atom package sort-lines helps for keeping content sorted

Example Git commit message

When adding new companies

docs: add more organizations

- Add more companies to the list of GitHub organizations

When updating listed languages

docs: update listed languages

- Update listed programming languages from GitHub organizations

When removing outdated items

docs: remove non-existent GitHub organizations

- Remove non-existent GitHub organizations