This repository contains useful form templates that can be copied and pasted into an existing repository, or the entire repository can be used as a template for a new one.
- collaboration_ready_repository.yaml provides a checklist to ensure your repository is ready for collaboration. Read more about collaboration-ready repositories on the GitHub Blog!
To use these templates, you can either copy the content and paste it into your own repository, or use this entire repository as a template for a new one.
- Navigate to the desired template file.
- Open the file and copy its content.
- Navigate to your own repository.
- Create a new file under the
.github/ISSUE_TEMPLATE/
directory (for issue templates) or.github/PULL_REQUEST_TEMPLATE/
(for pull request templates). - Paste the content into the new file.
- Click on the "Use this template" button on this repository's main page.
- Follow the prompts to create a new repository based on this one.
Contributions are welcome! If you have a form template that you think would be useful, feel free to open a pull request.
These templates are released under the MIT License. See LICENSE for more details. These templates were modified from Github Form Templates.
Please refer to CODEOWNERS