Skip to content

Commit

Permalink
Make the CONTRIBUTING links actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
ranguard committed Dec 26, 2013
1 parent d894b45 commit c3a3e3d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions CONTRIBUTING.md
Expand Up @@ -6,25 +6,25 @@ We are always after more contributors and suggestions..

#### Does it relate to our API (backend)... ?

1. Please check the [previously reported API issues](/CPAN-API/cpan-api/issues)
2. Please check the [Wishlist](/CPAN-API/cpan-api/wiki/Wishlist), if you can't find it already there...
* If it's a wishlist idea, please edit the [wiki](/CPAN-API/cpan-api/wiki/Wishlist) (add a 'wishlist_MYIDEA' page if you need more space!)
* If it's an actual bug [create a new issue](/CPAN-API/cpan-api/issues/new)
1. Please check the [previously reported API issues](https://github.com/CPAN-API/cpan-api/issues)
2. Please check the [Wishlist](https://github.com/CPAN-API/cpan-api/wiki/Wishlist), if you can't find it already there...
* If it's a wishlist idea, please edit the [wiki](https://github.com/CPAN-API/cpan-api/wiki/Wishlist) (add a 'wishlist_MYIDEA' page if you need more space!)
* If it's an actual bug [create a new issue](https://github.com/CPAN-API/cpan-api/issues/new)

#### If you are not sure, or it is related to https://metacpan.org/ front end..

1. Please check the [previously reported Web issues](/CPAN-API/metacpan-web/issues)
2. Please check the [Wishlist](/CPAN-API/cpan-api/wiki/Wishlist), if you can't find it already there...
* If it's a wishlist idea, please edit the [wiki](/CPAN-API/cpan-api/wiki/Wishlist) (add a 'wishlist_MYIDEA' page if you need more space!)
* If it's an actual bug [create a new issue](/CPAN-API/metacpan-web/issues/new)
1. Please check the [previously reported Web issues](https://github.com/CPAN-API/metacpan-web/issues)
2. Please check the [Wishlist](https://github.com/CPAN-API/cpan-api/wiki/Wishlist), if you can't find it already there...
* If it's a wishlist idea, please edit the [wiki](https://github.com/CPAN-API/cpan-api/wiki/Wishlist) (add a 'wishlist_MYIDEA' page if you need more space!)
* If it's an actual bug [create a new issue](https://github.com/CPAN-API/metacpan-web/issues/new)

## Contributing code

Come talk to us on IRC (see below), or send a pull request and we'll respond there. These links will get you going quickly:

* [Useing our developer VM](https://github.com/CPAN-API/metacpan-developer) to get you going in minutes (depending on bandwidth)
* [Front end bug list](/CPAN-API/metacpan-web/issues)
* [API (back end) bug list](/CPAN-API/cpan-api/issues)
* [Front end bug list](https://github.com/CPAN-API/metacpan-web/issues)
* [API (back end) bug list](https://github.com/CPAN-API/cpan-api/issues)
* [Wishlist](https://github.com/CPAN-API/cpan-api/wiki/Wishlist) - things that probably need doing

# Additional Resources
Expand All @@ -41,7 +41,7 @@ Come talk to us on IRC (see below), or send a pull request and we'll respond the

We want to keep the issue list manageable (so we can focus on what actually needs fixing), if you feel an issue needs opening again, please add a comment with why it needs re-opening and we'll look at it again.

* Issues will be closed and moved to 'wishlist' if they are not actual bugs
* Issues will be closed and moved to [Wishlist](https://github.com/CPAN-API/cpan-api/wiki/Wishlist) if they are not actual bugs
* Issues we think we have addressed will be closed
* Issues we are not going to take any further action on without more information

Expand Down

0 comments on commit c3a3e3d

Please sign in to comment.