1# Add 'size: small' to any changes below 10 lines 2'size:small': 3max:9 4 5# Add 'size: medium' to any changes between 10 and 100 lines 6'size:medium': 7min:10 8max:99 910# Add 'size: large' to any changes of at least 100 lines11'size:large':12min:100