You can define different input types, validations, default assignees, and default labels for your issue forms.| GitHub Docs
You can use GitHub's form schema to configure forms for supported features.| GitHub Docs
You can create new files directly on GitHub in any repository you have write access to.| 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
You can create a new repository on your personal account or any organization where you have sufficient permissions.| 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
| learnxinyminutes.com
Learn about pull requests and draft pull requests on GitHub. Pull requests communicate changes to a branch in a repository. Once a pull request is opened, you can review changes with collaborators and add follow-up commits.| GitHub Docs