mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
Added errortemplate api for android builders OT and stuff telegram groups
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
0c5d750a31
commit
eff4007336
1 changed files with 44 additions and 0 deletions
44
api/errtemplate.json
Normal file
44
api/errtemplate.json
Normal file
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"%android": {
|
||||
"disallowed-android-versions": ["p", "pie", "9", "t", "13"]
|
||||
},
|
||||
"android": {
|
||||
"Your GitHub userame": {
|
||||
"placeholder": "Your GitHub username",
|
||||
"id": "gh-username"
|
||||
},
|
||||
"Android version": {
|
||||
"placeholder": "The version of Android you are building",
|
||||
"id": "and-version"
|
||||
},
|
||||
"Stock Android Version": {
|
||||
"placeholder": "The latest version of Android your OEM has released. You may disregard this your issue isn't a bringup issue",
|
||||
"id": "stock-and-version",
|
||||
"optional": true
|
||||
},
|
||||
"ROM": {
|
||||
"placeholder": "Provide the name of the ROM you are building AND a link to their GitHub organization",
|
||||
"id": "rom-url"
|
||||
},
|
||||
"Device": {
|
||||
"placeholder": "This must be YOUR tree that has been pushed to YOUR GitHub with all of your current changes",
|
||||
"id": "dev-url"
|
||||
},
|
||||
"Kernel": {
|
||||
"placeholder": "This must be YOUR tree that has been pushed to YOUR GitHub with all of your current changes.",
|
||||
"id": "kern-url"
|
||||
},
|
||||
"Vendor": {
|
||||
"placeholder": "This must be YOUR tree that has been pushed to YOUR GitHub with all of your current changes.",
|
||||
"id": "ven-url"
|
||||
},
|
||||
"Common Tree(s)": {
|
||||
"placeholder": "This must be YOUR tree that has been pushed to YOUR GitHub with all of your current changes. Disregard this if your device does not use any common trees",
|
||||
"id": "ctree-url"
|
||||
},
|
||||
"Error Log URL": {
|
||||
"placeholder": "Please only use hastebin.com, katb.in, nekob.in, or gist.github.com. Pastebin links will not be accepted.",
|
||||
"id": "err-url"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue