Closed robrwo closed 5 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.:
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.
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.
:If you want to stick with RT, then you should probably make that explicit instead:
and of course, disable the issues queue on this git repo.