You can discuss specific projects and changes, as well as broader ideas or team goals, using different types of discussions on GitHub.| GitHub Docs
You can customize the templates that are available for contributors to use when they open new issues in your repository.| GitHub Docs
You can create guidelines to communicate how people should contribute to your project.| 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
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