1In order to add comments to a YAML file, you simply have to use the # (hashtag symbol) at the start of the line.
2
3Example:
4# yaml.load(Quick brown fox jumped over the lazy dog.)1# this is single line comment.
2
3#Also,
4#Yaml Dosent Support multiline comments
5#So you might have to comment multiple lines in this way