{"id":21195255,"url":"https://github.com/szapp/patch-template","last_synced_at":"2026-03-19T19:16:45.172Z","repository":{"id":239473116,"uuid":"792724470","full_name":"szapp/patch-template","owner":"szapp","description":"Initialize a new Gothic VDF patch right here on GitHub","archived":false,"fork":false,"pushed_at":"2025-01-19T10:49:29.000Z","size":889,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T11:27:33.774Z","etag":null,"topics":["ci","daedalus","gothic","gothic1","gothic2","initialization","modding-gothic","ninja","template","vdf"],"latest_commit_sha":null,"homepage":"https://ninja.szapp.de","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/szapp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"ko_fi":"szapp"}},"created_at":"2024-04-27T11:51:27.000Z","updated_at":"2025-01-19T10:49:30.000Z","dependencies_parsed_at":"2024-05-12T18:45:12.790Z","dependency_job_id":"b6c0a057-fa14-454f-b6a2-31d73bedbbea","html_url":"https://github.com/szapp/patch-template","commit_stats":null,"previous_names":["szapp/patch-template"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szapp%2Fpatch-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szapp%2Fpatch-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szapp%2Fpatch-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szapp%2Fpatch-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/szapp","download_url":"https://codeload.github.com/szapp/patch-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243652551,"owners_count":20325586,"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":["ci","daedalus","gothic","gothic1","gothic2","initialization","modding-gothic","ninja","template","vdf"],"created_at":"2024-11-20T19:26:50.475Z","updated_at":"2026-01-02T15:09:19.565Z","avatar_url":"https://github.com/szapp.png","language":null,"funding_links":["https://ko-fi.com/szapp"],"categories":[],"sub_categories":[],"readme":"# Patch Template\n\n[![Coverage](.github/actions/initialization/badges/coverage.svg)](https://github.com/szapp/patch-template)\n\nInitialize a new Gothic VDF patch right on here GitHub.\n\nGenerating a repository from this template will initialize a new Gothic VDF patch with the necessary file structure based on individual needs. \nIt is helpful to get started with a new patch and ensures everything is setup right from the start with all the necessary checks and build scripts.\n\nLet's get started!\n\n## Create a patch\n\n### 1️⃣ Generate a repository [from the template](https://repo.new/?template_name=patch-template\u0026template_owner=szapp)\n\n\u003e \u003csup\u003eDo not fork this repository, but generate from template!\u003c/sup\u003e  \n  [![Template](.github/actions/initialization/badges/template.png)](https://repo.new/?template_name=patch-template\u0026template_owner=szapp)\n\n### 2️⃣ In the new repo, open a [GitHub issue](../../issues/new/choose) to initialize the patch\n\n\u003e \u003csup\u003eThe generated repository's name and its description will serve as the name and description of the patch.\u003c/sup\u003e\n\n### 3️⃣ Wait for the initialization to complete\n\n\u003e \u003csup\u003eFollow the next steps in the generated issue comments.\u003c/sup\u003e\n\n## Checks and continuous integration\n\nThe generated patch repository will be equipped with tests and continuous integration using the following GitHub Actions.\n\n\u003ctable\u003e\u003ctbody\u003e\n  \u003ctr\u003e\u003ctd\u003e\n    \n  [![szapp/parsiphae-action](https://img.shields.io/badge/szapp-parsiphae--action-34D058?logo=github\u0026logoColor=959DA5\u0026labelColor=444D56)](https://github.com/szapp/parsiphae-action)\n    \n  \u003c/td\u003e\n  \u003ctd\u003echecks the Daedalus syntax on every commit.\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003e\n    \n  [![szapp/patch-validator](https://img.shields.io/badge/szapp-patch--validator-34D058?logo=github\u0026logoColor=959DA5\u0026labelColor=444D56)](https://github.com/szapp/patch-validator)\n  \n  \u003c/td\u003e\n  \u003ctd\u003echecks the Daedalus symbols and resource file names on every commit.\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003e\n  \n  [![kirides/vdfsbuilder](https://img.shields.io/badge/kirides-vdfsbuilder-34D058?logo=github\u0026logoColor=959DA5\u0026labelColor=444D56)](https://github.com/kirides/vdfsbuilder)\n  \n  \u003c/td\u003e\n  \u003ctd\u003ebuilds the patch into a ready to use VDF on every tag and release.\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/tbody\u003e\u003c/table\u003e\n\nCreating a new tag or publishing a new release will trigger the `build` action that will create a VDF and attach it to the published release.\nIf Steam Workshop deployment is set up in the `build` action (`.github/workflows/build.yml`), the new version will be automatically published to the Steam Workshop.\n\nThe `build` action can also be triggered manually from the Actions menu and will provide the VDF as artifact of the latest commit to download.\n\n## Documentation\n\nFor details on writing patches, please consult the [Ninja documentation](https://github.com/szapp/Ninja/wiki).\n\n## Troubleshooting\n\nIn case the initialization does not start automatically after opening an issue in the generated repository, check the repository settings.\nActions and workflows should not be disabled. After enabling them create a new issue and try again.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszapp%2Fpatch-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fszapp%2Fpatch-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszapp%2Fpatch-template/lists"}