Learn more about the world of open source and get ready to launch your own project.| Open Source Guides
GitHub supports rendering and diffing in a number of non-code file formats.| GitHub Docs
Learn about how the GitHub Docs team creates documentation and how you can contribute.| GitHub Docs
You can include an open source license in your repository to make it easier for other people to contribute.| GitHub Docs
You can attribute a commit to more than one author by adding one or more Co-authored-by trailers to the commit's message. Co-authored commits are visible on GitHub.| GitHub Docs
Create a pull request to propose and collaborate on changes to a repository. These changes are proposed in a branch, which ensures that the default branch only contains finished and approved work.| GitHub Docs
With issue and pull request templates, you can customize and standardize the information you'd like contributors to include when they open issues and pull requests in your repository.| GitHub Docs
You can create default community health files, such as CONTRIBUTING and CODE_OF_CONDUCT. Default files will be used for any repository owned by the account that does not contain its own file of that type.| GitHub Docs