Skip to content

Declare the GitHub repo as the place to report issues #191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
briandfoy opened this issue Jan 11, 2025 · 0 comments
Open

Declare the GitHub repo as the place to report issues #191

briandfoy opened this issue Jan 11, 2025 · 0 comments

Comments

@briandfoy
Copy link
Contributor

As noted in #189, this distro's "Issues" link in MetaCPAN points to RT. To fix this, you can add the bugtracker in the metadata in Makefile.PL:

(META_ADD => {
                             'meta-spec' => { version => 2 },
                             resources => {
                                 repository => {
                                     type => 'git',
                                     url => 'https://github.com/andk/cpanpm'
                                 },
		        	bugtracker => {
				    web    => "https://github.com/andk/cpanpm/issues",
				},
                             },
    

Likewise, you'd have to update the README.

Or, alternately, if you want issues reported to RT, which is a hair's breadth from shutting down, I suggest that you turn off GitHub issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant