...
Every net in your schematics should be named with a net label (no exceptions). This is crucial as it provides clear information regarding the signal you are working with during PCB layout. For example, it is unclear what kind of layout considerations are required for a signal named NetLabel_C15_1.
By convention nets should be all caps and without spaces in all cases. The follow sections provides examples for good net names for specific instances.
Power Nets
Power nets must be defined such that their regulator topology is clear. For example, the nets associated with a buck converter should have a prefix with “BUCK”.
...