├── .github └── pull_request_template.md └── README.md /.github/pull_request_template.md: -------------------------------------------------------------------------------- 1 | This is the PR template! 2 | 3 | With multiple lines... 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # git-test-templates-repo 2 | 3 | This repository is used to test project templates. 4 | --------------------------------------------------------------------------------