Yes click that link:
https://ci.inria.fr/pharo-contribution/job/PharoProjectCatalog/HTML_Report/?
So I imagine that you are all like me: you are too busy to add the correct information
because you do not know what/how/.
So I created a little class: called CatalogAdder for you and me :P
I'm a simple utility class that add methods to ConfigurationOf class to declare catalog metadata.
Gofer new
smalltalkhubUser: 'DamienCassou' project: 'Pier-Gutemberg';
package: 'CatalogAdder';
load
(CatalogAdder on: ConfigurationOfXXX)
defineCatalogMetadata
and it creates all the methods with dummy template for you :)
Stef