Git Product home page Git Product logo

special-files-in-repository-root's Introduction

Common special files found in the root directory of a repository

Description for and list of popular special files like README/CHANGELOG/LICENSE and others.

README-like

ReadMe README.md README

The ReadMe is usually the first document people will see of your project. Depending on your project it should give a short introduction and usage/build examples. It should only contain the information you expect users to read. It is usually possible to link to other documentation files using the markdown syntax which gets rendered as html by popular repository hosting platforms.

awesome-readme: List of good/awesome Readmes and links to How to write a good ReadMe.

Change Log CHANGELOG.md CHANGELOG (CHANGES/HISTORY/NEWS/RELEASES)

The change log lists all important changes between different, even unreleased, versions of your project. It should not contain every commit message, as that information may be too detailed and can be fetched from the version control system too.

Contribution Guidelines CONTRIBUTING.md CONTRIBUTING

In the open source world many people can easily contribute to your project. If you want to set certain guidelines that the contributors should respect they usually are found in this file.

On GitHub this file will be linked on the New Issue and New Pull Request pages, to increase contributor awareness for the guidelines.

License LICENSE.md LICENSE (COPYING)

It is important to explicitly state the license (or licenses) under which you publish your project. If you don't the default copyright laws apply.

If you have no experience in choosing a license you should consider contacting a lawyer, especially if your project contains other (licensed) work, (future) legal trademarks and other intellectual property that needs careful protection. There is also an online service that helps you choose a license: choosealicense.com

It is common that the name of the license is also mentioned in the ReadMe and links to the full text which is found in this LICENSE file.

List of Contributors CONTRIBUTORS.md CONTRIBUTORS (see AUTHORS)

Special list of people and/or organizations that have contributed to your project. Depending on your project and your contribution guidelines,

  • contributors may decide themselves if they should appear in that list,
  • they have to appear (by adding their name themselve) in that list or
  • that only substantial contributions will be mentioned in that file by a responsible person of your project management team or you (see AUTHORS for this purpose)

List of copyright holders/authors AUTHORS.md AUTHORS (see CONTRIBUTORS)

Legally relevant contributors/authors of the project should be listed in this file.

According to the GNU "Only the contributions that are legally significant for copyright purposes (see Legally Significant) need to be listed. Small contributions, bug reports, ideas, etc., can be omitted."

Acknowledgments ACKNOWLEDGMENTS.md ACKNOWLEDGMENTS

Mentioning other work, their copyright notice and used license can be done in ACKNOWLEDGMENTS.md.

If your project builds upon other software, parts of software (libraries) or simply work owned by someone else, it depends on their license how you have to acknowledge its usage in your project. Usually you have to state their copyright notice and license used somewhere in your project.

Support SUPPORT.md SUPPORT

To better direct users to dedicated support channels, you can now describe your project's support resources in a SUPPORT file.

Instead of describing how to contribute to the project like CONTRIBUTING files do, SUPPORT files can be used to direct users to dedicated support resources, such as community forums, FAQ documents, or corporate support channels.

Other

Code of Conduct CODE_OF_CONDUCT.md

A more general and broad form of rules (than the ones in CONTRIBUTING) that people interacting with your project have to obey. See contributor-covenant.org for an example.

Platform-dependent features/templates

New Issue ISSUE_TEMPLATE

New Pull Request NEW_PULL_REQUEST

Frequently Asked Questions

When should I name the file ending in .md?

In general only files that end in .md will be renderd using markdown. So whenever you want to use markdown features that should be rendered visually (like headings/sections/lists/clickable links/bold/italic/...) you should use .md.

special-files-in-repository-root's People

Contributors

kmindi avatar mindw avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.