��- Make the first line a one line description of the package and its purpose.
��- Describe with a more detailed description the problem solved and how the package works
��- Describe how to use the package with code snippets and what classes are the ones you'll use normally
��- Mention any side effect that may come from installing or uninstalling the package
��- Write information from the package like author, contact, repository, date of creation, etc.
PD: I know the above should be modelled in the Manifest of the Package, but it's better to have it in the comment while we don't have implemented them.