Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.68 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.68 KB

InnerSource Repository Templates

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.

Current Templates

Usage

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.

Copy and Paste

  1. Navigate to the desired template file.
  2. Open the file and copy its content.
  3. Navigate to your own repository.
  4. Create a new file under the .github/ISSUE_TEMPLATE/ directory (for issue templates) or .github/PULL_REQUEST_TEMPLATE/ (for pull request templates).
  5. Paste the content into the new file.

Use this repository as a Template

  1. Click on the "Use this template" button on this repository's main page.
  2. Follow the prompts to create a new repository based on this one.

Contributing

Contributions are welcome! If you have a form template that you think would be useful, feel free to open a pull request.

License

These templates are released under the MIT License. See LICENSE for more details. These templates were modified from Github Form Templates.

Maintainers

Please refer to CODEOWNERS