add issues template

This commit is contained in:
AnJia 2021-12-27 18:30:29 +08:00
parent bd9846f74b
commit d95b1fa02f
1 changed files with 26 additions and 0 deletions

26
.github/ISSUE_TEMPLATE/gcr.io_mirror.md vendored Normal file
View File

@ -0,0 +1,26 @@
---
name: New Version
about: 请求构建指定Frida版本
title: "[VERSION]"
labels: version
assignees: ''
---
标题必须为 `[VERSION]版本号` 的格式
issues的内容无所谓可以为空
以 [https://github.com/frida/frida/tags](https://github.com/frida/frida/tags) 为准,一般类似 `15.1.19` 这样
可以参考 [已有请求编译版本集锦](https://github.com/anjia0532/strongR-frida-android/issues?q=is%3Aissue+label%3Aversion+)
**注意:**
本项目只是提供构建核心防frida检测都是依赖于 [Git Patch Files](https://github.com/AAAA-Project/Patchs/tree/master/strongR-frida/frida-core)
如果patch失败请去[Git Patch Files](https://github.com/AAAA-Project/Patchs/tree/master/strongR-frida/frida-core) 提issues本人无力解决这个问题。
已知问题因为git的patch是基于文件的不同版本的patch可能不能通用意味着可能存在patch成功但是构建的frida运行不了或者patch成功但是构建frida失败或者直接patch失败。
针对这个问题目前尚无精力完善可以fork后自行修改或者尝试在本地编译frida。