Skip to content
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

report a bug link at bottom of extension edit page goes to 404 error #16884

Closed
st333v opened this issue Apr 7, 2021 · 13 comments · Fixed by #17672 or #17684
Closed

report a bug link at bottom of extension edit page goes to 404 error #16884

st333v opened this issue Apr 7, 2021 · 13 comments · Fixed by #17672 or #17684

Comments

@st333v
Copy link

st333v commented Apr 7, 2021

Describe the problem and steps to reproduce it:

when i visit the following page
https://addons.mozilla.org/en-US/developers/addon/revert-site/edit
there is a "Report a bug" link at the bottom of the page
when i click it, it goes to a 404 error page

What happened?

clicking the "Report a bug" link goes to a 404 error at https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/AMO/Policy/Contact

What did you expect to happen?

it should take me to https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Contact_us

Anything else we should know?

@st333v st333v changed the title report a bug link at bottom of page goes to 404 error report a bug link at bottom of extension edit page goes to 404 error Apr 7, 2021
@diox diox transferred this issue from mozilla/addons Apr 7, 2021
@st333v
Copy link
Author

st333v commented Apr 7, 2021

i just found out this bug is already covered by #16753 and it seems the link should go to github new issue instead of the contact page... oops. though the general contact page, seems to have more info on it for lots of different avenues of getting support, so maybe linking to the contact page is the better option....

@diox
Copy link
Member

diox commented Apr 7, 2021

Ah, yeah. The problem is, we don't have a good generic contact page elsewhere... Maybe https://addons.mozilla.org/en-US/about ? Paging @caitmuenster for an opinion

@jvillalobos
Copy link
Contributor

This is the same as mozilla/addons-frontend#9923, but for DevHub. Maybe we should update the DevHub footer with what we currently have on front-end.

@caitmuenster
Copy link

caitmuenster commented Apr 7, 2021

We've been asked to remove the "Contact Us" page instead of MDN, so unfortunately we'll have to revisit the DevHub and photon-footer links.

@diox, I like your idea to put something on https://addons.mozilla.org/en-US/about. Under the "Get Involved" section, we could add:

Report an issue
If you find a problem with the site, we'd love to fix it. Please file an issue and include as much detail as possible.

To report a security vulnerability for an extension, even if it is not hosted on this site, please file an issue on Bugzilla or email amo-admins@mozilla.com. All security vulnerability reports are confidential.

@caitmuenster
Copy link

If this is your first contribution, please refer to https://wiki.mozilla.org/Add-ons/Contribute/Code on how to get started.

Mentor: @willdurand

@bhushan-borole
Copy link
Contributor

bhushan-borole commented Aug 3, 2021

Hello @caitmuenster @diox
I would like to take up this issue.
I will have to make changes in /src/olympia/templates/photon-footer.html right?

@caitmuenster
Copy link

Go for it, @bhushan-borole! It sounds like you are on the right track. Go ahead and tag [@]willdurand when you have a patch up. :)

@bhushan-borole
Copy link
Contributor

@willdurand @caitmuenster Tagging you for a reminder.

@willdurand
Copy link
Member

We've been asked to remove the "Contact Us" page instead of MDN, so unfortunately we'll have to revisit the DevHub and photon-footer links.

@diox, I like your idea to put something on addons.mozilla.org/en-US/about. Under the "Get Involved" section, we could add:

Report an issue
If you find a problem with the site, we'd love to fix it. Please file an issue and include as much detail as possible.

To report a security vulnerability for an extension, even if it is not hosted on this site, please file an issue on Bugzilla or email amo-admins@mozilla.com. All security vulnerability reports are confidential.

@caitmuenster could you please file an issue in addons-frontend for any "about" page changes: https://github.com/mozilla/addons-frontend/issues/new, thanks!

@ioanarusiczki
Copy link

@willdurand If I understood correctly, "Report a bug" should redirect to https://addons.mozilla.org/about

On AMO dev I still get the 404

report a bug404

@willdurand
Copy link
Member

mmm right, the wrong footer was updated :(

@ioanarusiczki
Copy link

@willdurand
Ok, right now on Manage my submissions or edit addon pages - Report a bug redirect to https://addons.mozilla.org/en-US/about

There's also the Report a bug from the footer of the dev hub page https://addons.mozilla.org/en-US/developers/ which will redirect to https://addons.mozilla.org/en-US/about. Before this change this link redirected to https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Contact_us

I hope that's fine too.

@willdurand
Copy link
Member

Yep

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment