---
name: "<retail name of the device>"
deviceType: "<phone|tablet|laptop|tv|other>"
description: "<marketing-style description that helps a user decide if this device is right for them>"
subforum: "<the subforum id on forums.ubports.com, should be added in the format number/my-device>"
price:
  min: "<minimum estimated price>"
  max: "<maximum estimated price>"
  currency: "<currency in the ISO 4217 format USD|EUR>"
  currencySymbol: "<currency symbol $|€>"
deviceInfo:
  - id: "cpu"
    value: ""
  - id: "chipset"
    value: ""
  - id: "gpu"
    value: ""
  - id: "rom"
    value: ""
  - id: "ram"
    value: ""
  - id: "android"
    value: ""
  - id: "battery"
    value: ""
  - id: "display"
    value: ""
  - id: "rearCamera"
    value: ""
  - id: "frontCamera"
    value: ""
  - id: "arch"
    value: ""
  - id: "dimensions"
    value: ""
  - id: "weight"
    value: ""
  - id: "releaseDate"
    value: ""
contributors:
  - name: "<contributor name>"
    role: "<Phone maker|Maintainer|Developer|Tester|Contributor>"
sources:
  portType: "<reference|community|external>"
  portPath: "<path to the device group or repository>"
  deviceGroup: "<device group name>"
  deviceSource: "<device source repository name>"
  kernelSource: "<kernel source repository name>"
  issuesRepo: "<repository for issues tracking when it isn't the device repository>"
  showDevicePipelines: "<add pipelines URL to device resources true|false>"
  issuesLink: "<link to open an issue (for external ports or when is not the device repository)>"
---