{"id":21096366,"url":"https://github.com/githubtraining/repository-template","last_synced_at":"2025-05-16T15:34:28.285Z","repository":{"id":68761552,"uuid":"419781279","full_name":"githubtraining/repository-template","owner":"githubtraining","description":"A general purpose repository template with some starter issue and PR templates and workflows","archived":true,"fork":false,"pushed_at":"2021-10-21T15:38:59.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-14T07:21:19.264Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/githubtraining.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-21T15:38:24.000Z","updated_at":"2024-01-22T16:25:30.000Z","dependencies_parsed_at":"2023-03-20T09:19:47.844Z","dependency_job_id":null,"html_url":"https://github.com/githubtraining/repository-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubtraining%2Frepository-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubtraining%2Frepository-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubtraining%2Frepository-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubtraining%2Frepository-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/githubtraining","download_url":"https://codeload.github.com/githubtraining/repository-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254556968,"owners_count":22091026,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T22:35:44.265Z","updated_at":"2025-05-16T15:34:28.279Z","avatar_url":"https://github.com/githubtraining.png","language":null,"readme":"\u003c!-- markdownlint-disable --\u003e\n\n# GitHub Repository Template\n\n## Background\n\nThis template repository is intended to give you some resources\nto get your project set up to be secure, maintainable, and supportable\nright from the start, and to help the project to follow organization guidelines.\n\nYou can create a new repository using this template by clicking the \"Use this template\"\nbutton at the top of the repository file list.\n\n[Here is the GitHub documentation on using repository templates](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template)\n\n## What is included\n\n- [Issue templates](https://docs.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository),\n- [Pull Request templates](https://docs.github.com/en/github/building-a-strong-community/creating-a-pull-request-template-for-your-repository),\n- [`.gitignore`](https://docs.github.com/en/github/using-git/ignoring-files)\n- [`.editorconfig`](https://editorconfig.org/)\n- [`.gitattributes`](https://github.com/alexkaratarakis/gitattributes/blob/master/Common.gitattributes)\n- A starter [`README.md`](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-readmes#about-readmes) - this is the document that you are reading!\n  - Here are some ([good examples of READMEs](https://github.com/matiassingers/awesome-readme))\n- [Some community and contribution guidelines]((https://docs.github.com/en/github/building-a-strong-community/creating-a-default-community-health-file#about-default-community-health-files))\n  - [Contribution guidelines (`CONTRIBUTING.md`)](https://docs.github.com/en/github/building-a-strong-community/setting-guidelines-for-repository-contributors) for the project\n  - A [`CODE_OF_CONDUCT.md`](https://docs.github.com/en/github/building-a-strong-community/adding-a-code-of-conduct-to-your-project) with the code of conduct for the project\n  - A [`SUPPORT.md`](https://docs.github.com/en/github/building-a-strong-community/adding-support-resources-to-your-project) file to show how to get support\n- A [`SECURITY.md`](https://docs.github.com/en/github/managing-security-vulnerabilities/adding-a-security-policy-to-your-repository) file containing the security policy\n- A [Dependabot config file](https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates) for alerting on dependency vulnerabilities\n- A [CODEOWNERS file](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners) with a commented out example of all code owned by the same team\n- Some starter [GitHub Actions workflows](https://docs.github.com/en/actions/learn-github-actions)\n  - [Stale issue](https://github.com/actions/stale) - labels and closes issues and pull requests with no activity for a set period of time\n  - [Super Linter](https://github.com/github/super-linter) - uses language-specific linting rules to analyze repository code\n  - [LFS Warning](https://github.com/ActionsDesk/lfs-warning) - issues warnings when large files are added to the repository\n  - [CodeQL](https://github.com/github/codeql-action) - scans repository code for security vulnerabilities and creates alerts\n  - [Release Drafter](https://github.com/marketplace/actions/release-drafter) - drafts release notes based on merged pull requests\n  - [First Interaction](https://github.com/actions/first-interaction) - Greets new contributors to the repo\n\n## How to Use\n\nAll the resources provided in this repository are meant\nto provide you with a quick start, but as your project\ngrows and evolves, please update the templates, workflows,\nand community health files to better reflect the specific\nneeds of the project and the community that grows around it.\n\n## Feedback\n\nPlease contact the admin team for GitHub with any feedback and suggestions.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubtraining%2Frepository-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgithubtraining%2Frepository-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubtraining%2Frepository-template/lists"}