mozilla / addons

☂ Umbrella repository for Mozilla Addons ✨
Other
127 stars 41 forks source link

"File an issue" link from a 404 page isn't redirecting correctly #10393

Closed ValentinaPC closed 7 years ago

ValentinaPC commented 7 years ago

Steps to reproduce:

  1. Access page https://addons-dev.allizom.org/en-US/android/mobile/ on you Android device
  2. Click on the "file an issue" link

Expected results: Link redirects to https://developer.mozilla.org/en-US/Add-ons/AMO/Policy/Contact

Actual results: Link redirects to Github.

Notes/Issues: Verified on AMO0-dev FF53(Android 6.0.1). Video fro this issue: videotogif_2017 05 23_10 23 12

tsl143 commented 7 years ago

@ValentinaPC Isnt that a desired functionality as I get following form (given I was already logged on to github)?

screen shot 2017-05-24 at 8 27 54 pm
tofumatt commented 7 years ago

We want the user to get to a landing page that directs them to the right place to raise issues depending on the problem. Right now we get a lot of users filing issues in our repo for add-on issues that should be raised with authors, info on missing add-ons, etc. So no, we shouldn't direct them to GitHub first, but it is an option on the page we should direct them to.

tofumatt commented 7 years ago

Oh shoot, I'm sorry. I got confused between the usual "report an issue" links we have that should go to MDN and these explicitly labelled "file an issue" links which should go to GitHub. Sorry about this, the GitHub link was right all along.

tsl143 commented 7 years ago

No problem :)