This is our repo where all stuff related to official devices is stored.
You also need to use this to apply for official maintainership for your device.
Follow below folder structure before adding/modifying any data.
Directory | Notes |
---|---|
/changelogs |
Source changelog goes here. See /changelogs.md for more details. |
/devices |
Device information goes here. See /official_supported_devices.md for more details. |
This file should contain every device supported by Project Blaze in the given format:
"devices": {
"name": "Poco X4 Pro",
"codename": "veux",
"maintainer": "ADITYA",
"xda": "null",
"telegram": "https://t.me/igadityasingh",
"download": "null"
},
Warning
Fields marked as required should not be empty!
Fields | Notes | Required |
---|---|---|
codename |
Primary codename of the device | true |
codename_alt |
Alternate codename of the device if any | optional |
vendor |
Device manufacturer name | true |
model |
Device name | true |
maintainer_name |
Maintainer name | true |
active |
Whether this device is in active development or not | true |
This file should contain every team member working on Project Blaze in the given format:
{
"name": "Aditya Singh",
"role": "Founder / Lead Dev",
"avatar": "https://github.com/afterallafk.png"
},
Warning
Fields marked as required should not be empty!
Fields | Notes | Required |
---|---|---|
name |
Member name | true |
role |
Role of the member | true |
github |
Member's github username | true |
telegram |
Member's telegram profile | optional |
xda |
Member's XDA profile | optional |
- Device stability requirements
- Maintainer requirements
- To Apply For Maintainership here