SteamDeckHomebrew/decky-loader

Contribution Helpers

Open

#132 创建于 2022年8月8日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)TypeScript (242 fork)github user discovery
documentationfeature requesthelp wanted

仓库指标

Star
 (6,821 star)
PR 合并指标
 (平均合并 87天 13小时) (30 天内合并 7 个 PR)

描述

The problem

Currently it is very difficult to test and validate contributions to decky-loader as there is not a documented pipeline for building the executable outside using the workflows from the official GitHub repository. Forking the repo doesn't duplicate these workflows either leading to the need to submit a PR before testing can be done with a real-world scenario. This slows the development process as the contributor must wait on workflow approval before testing each change and distracts the core dev team from other issues with low priority troubleshooting on unfinished code.

Solutions

In order to identify a specific resolution the exact parameters of the build process and all dependencies will need to be identified. Once available, a bash makefile that replicates the workflow locally can be produced. This will ensure code can be validated before a PR is submitted and should expidite the process.

贡献者指南