To become the official maintainer of Palladium OS, you need to submit a patch to Gerrit. You can find everything important related below.
Please read the Prerequisites Here before applying.
cd ~/
git clone https://github.com/PalladiumOS-Devices/official_devices.git-b 12 official_devices
cd official_devices/devices
Open official_devices.json and add your device details. After adding your device details use this to format your JSON.
Please read the Gerrit Setup guide Here if its your first time dealing with Gerrit.
cd ~/official_devices
git add .
read -p 'Your gerrit username: ' guser
gitdir=$(git rev-parse --git-dir)
export guser gitdir
scp -p -P 29418 ${guser}@mail.palladiumos.com:hooks/commit-msg ${gitdir}/hooks/
git commit -m "official_devices: add <yourdevice codename here>
Device Tree:
Kernel Tree:
Vendor Tree:
Reason for prebuilt kernel (if exists):
Telegram username:
"
git push ssh://${guser}@mail.palladiumos.com:29418/Palladium-OS/official_devices HEAD:refs/for/12