Skip to content

Repository files navigation

Official Devices

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.

Folder Structure

Follow below folder structure before adding/modifying any data.

DirectoryNotes
/changelogsSource changelog goes here. See /changelogs.md for more details.
/devicesDevice information goes here. See /official_supported_devices.md for more details.

devices.json Structure

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!

FieldsNotesRequired
codenamePrimary codename of the devicetrue
codename_altAlternate codename of the device if anyoptional
vendorDevice manufacturer nametrue
modelDevice nametrue
maintainer_nameMaintainer nametrue
activeWhether this device is in active development or nottrue

team.json Structure

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!

FieldsNotesRequired
nameMember nametrue
roleRole of the membertrue
githubMember's github usernametrue
telegramMember's telegram profileoptional
xdaMember's XDA profileoptional
  1. Device stability requirements
  2. Maintainer requirements
  3. To Apply For Maintainership here

About

Our family members 😎 (WARNING : ALWAYS PUSH ON A FRESH CLONE !!!)

Resources

Stars

10 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors