parts_here.txt 231 B

12345678
  1. The part YAML takes the following format:
  2. author: Your_Name_Here
  3. category: Admin # if left out, falls under the main changelog
  4. changes:
  5. - type: Fix # One of the following: Add, Remove, Tweak, Fix
  6. message: Your change here!