{"id":19418042,"url":"https://github.com/malix-labs/template","last_synced_at":"2025-04-24T13:34:21.750Z","repository":{"id":164558930,"uuid":"408727591","full_name":"Malix-Labs/Template","owner":"Malix-Labs","description":"Fully-Featured for GitHub Template","archived":false,"fork":false,"pushed_at":"2025-04-06T10:47:10.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-21T05:00:46.717Z","etag":null,"topics":["github","project","template"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Malix-Labs.png","metadata":{"files":{"readme":"docs/README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":"docs/CODEOWNERS","security":"docs/SECURITY.md","support":"docs/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":null},"created_at":"2021-09-21T07:32:38.000Z","updated_at":"2025-04-06T17:38:33.000Z","dependencies_parsed_at":"2023-10-14T15:58:17.098Z","dependency_job_id":"47cfa557-5e14-4d42-ae1a-ebf550b80893","html_url":"https://github.com/Malix-Labs/Template","commit_stats":null,"previous_names":["optimum-off/template","malix-labs/template"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Malix-Labs%2FTemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Malix-Labs%2FTemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Malix-Labs%2FTemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Malix-Labs%2FTemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Malix-Labs","download_url":"https://codeload.github.com/Malix-Labs/Template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250636569,"owners_count":21463101,"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":["github","project","template"],"created_at":"2024-11-10T13:12:31.690Z","updated_at":"2025-04-24T13:34:21.734Z","avatar_url":"https://github.com/Malix-Labs.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# [@Malix-Labs](https://github.com/Malix-Labs) General [Repository Template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)\n\nAfter creating a repository from the [@Malix-Labs](https://github.com/Malix-Labs) [repository template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template), this file has to be cleared.\nIt is accessible online at https://github.com/Malix-Labs/Template#readme\n\n## Usage\n\n1. [ ] [Create a repository from this template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template#creating-a-repository-from-a-template)\n2. [ ] Copy all [this repository GitHub Settings](https://github.com/Malix-Labs/Template#github-settings)\n3. [ ] Copy all [this repository GitHub labels](https://github.com/Malix-Labs/Template#github-labels)\n\n## Features\n\n### [GitHub Labels](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels)\n\n- \"Feature\" (#00FF00)\n- \"Enhancement\" (#00FFFF)\n- \"Fix\" (#FF8000)\n- \"Update\" (#FFFF00)\n- \"Deprecation\" (#FF0000)\n\n### [GitHub Milestones](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests)\n\n- \"v1.0.0\"\n\n### [GitHub Issue and Pull Request Template](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates)\n\n### [GitHub Project Template](https://docs.github.com/en/issues/planning-and-tracking-with-projects/managing-your-project/managing-project-templates-in-your-organization#copying-a-project-as-a-template)\n\nThe best starting [GitHub project template](https://docs.github.com/en/issues/planning-and-tracking-with-projects/managing-your-project/managing-project-templates-in-your-organization#copying-a-project-as-a-template) for any project scale\n\n### [GitHub Discussion Category Form](https://docs.github.com/en/discussions/managing-discussions-for-your-community/creating-discussion-category-forms)\n\n### GitHub Actions\n\nOptimized for [Trunk-Based Development](https://trunkbaseddevelopment.com/)\n\n- On issue create:\n\t- [ ] [Create a branch named as the issue ID and link it to the created issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-a-branch-for-an-issue)\n\t\t- On first commit push to this branch:\n\t\t\t- [ ] Create a [draft pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request#marking-a-pull-request-as-ready-for-review) to the [parent issue](https://docs.github.com/en/issues/managing-your-tasks-with-tasklists/about-tasklists#about-tasklists-and-issue-hierarchy:~:text=You%20can%20create-,parent,-and%20child%20relationships) if any, else master\n- On push to master:\n\t- [ ] Create a [draft release](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#:~:text=release%20later%2C%20click-,Save%20draft,-.%20You%20can%20then) with a tag annoted with the latest semver tag incremented by one patch\n\n### GitHub Files\n\nFully featued with GitHub files\n\n### GitHub Settings\n\nGitHub Settings cannot be embeded in a [GitHub repository template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template) copied data, therefore, you have to [copy them manually](https://github.com/Malix-Labs/Template#github-settings)\n\n\u003c!--\n1.\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalix-labs%2Ftemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalix-labs%2Ftemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalix-labs%2Ftemplate/lists"}