davorg-cpan / moox-role-json_ld

Moo role to easily add JSON-LD generation into a class
1 stars 5 forks source link

Should module metadata use Github or RT for issues? #15

Closed robrwo closed 5 years ago

robrwo commented 6 years ago

MetaCPAN is using RT for the issue queue. If you prefer to use GitHub, then you should probably add the following to METAMERGE "resources" key in Makefile.:

      "bugtracker" : {
         "web" : "https://github.com/davorg/moox-role-json_ld/issues"
      },

If you want to stick with RT, then you should probably make that explicit instead:

      "bugtracker" : {
         "mailto": "bug-MooX-Role-JSON_LD@rt.cpan.org",
         "web" : "https://rt.cpan.org/Public/Dist/Display.html?Name=MooX-Role-JSON_LD"
      },

and of course, disable the issues queue on this git repo.