devices: evert: add Moto G6 Plus

Change-Id: I58afb553b296f606839b502ddb92adc1cd6284d7
Signed-off-by: betaxab <betaxab@gmail.com>
diff --git a/_motorola/motorolamotog6plus.markdown b/_motorola/motorolamotog6plus.markdown
new file mode 100644
index 0000000..2bc1c1f
--- /dev/null
+++ b/_motorola/motorolamotog6plus.markdown
@@ -0,0 +1,25 @@
+---
+layout: device
+title:  "Motorola Moto G6 Plus"
+codename: evert
+downloadfolder: evert
+devicetree: https://github.com/TeamWin/android_device_motorola_evert
+supportstatus: Current
+maintainer: kaneawk, erfanoabdi
+oem: Motorola
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+NOTE: Monthly security updates may break decryption of /data in TWRP. MTP does not work at this time, but you can use adb to transfer files.
+
+{% include download.html %}
+
+<div class='page-heading'>Installation:</div>
+If you do not already have TWRP installed:
+Download twrp img. You will need to have fastboot binaries and the correct drivers installed. Power off your device completely. Hold volume down and turn on the device. Your device should now be in the bootloader. Connect the device to your PC. Open a command window and run the following command from the proper location:
+
+fastboot boot path/to/twrp.img
+
+This will temporarily boot TWRP on your device.