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

Document invalid bugs for new contributors #1175

Closed
adamopenweb opened this issue Sep 13, 2016 · 7 comments
Closed

Document invalid bugs for new contributors #1175

adamopenweb opened this issue Sep 13, 2016 · 7 comments

Comments

@adamopenweb
Copy link
Collaborator

Documenting @miketaylr's idea:
It might be useful for new contributors to see what invalid issues look like and possible avoid reporting. Maybe put into the repo wiki and link to it from the contributors page.

@miketaylr
Copy link
Member

(and we should do it in a way that doesn't blame people, aka let's not point to actual invalid bugs, but generalize over them, using similar types of bugs for example.com, etc.)

@tsl143
Copy link
Member

tsl143 commented Sep 14, 2016

@miketaylr @adamopenweb @karlcow In addition to this, can we have a label for Layout issues. These issues may be compatibility issue or may be not. But we can actually have track of these.

@karlcow
Copy link
Member

karlcow commented Sep 14, 2016

@tsl143 could you open a new issue with the list of categories you think are worth tracking, and defining the scope of each of them would be useful too. So we share a common understanding.

@karlcow
Copy link
Member

karlcow commented Sep 14, 2016

About @adamopenweb issue

Starting fleshing out a list of problem types.

  • Reproducible everywhere: If an issue is the same in all browsers. This is not a Web Compatibility issue.
  • Tracking Protection / Ads Blocker / Cookies blocker: All of these are not Web Compatibility issues because the site is working correctly without them, be in Firefox or other browsers. These are choices that users might have made and which they had forgotten.
  • Fake profile/Abusive behaviors: A site which is being abusive, a scam, a fake profile are not web compatibility issues. There are no differences in between browsers.
  • No Mobile site: When the site doesn't provide a mobile on any browsers, then it's probably not a Web Compatibility issue, but just that the site doesn't care enough.
  • Flash Required: A Web site requires flash in every browser for having a satisfying user experience is not a Web Compatibility issue. But a Web site which is for example providing a working video in one browser A without flash and requires Flash for another browser B with the same capabilities is a Web Compatibility issue.

Difficult issues

  • Not usable for disability X: A web site which is not working in jaws, VoiceOver, or any specific browsers targeting users with disabilities are indeed Web Compatibility issues. It doesn't work in this browser X, but are very hard to solve for our team and specifically do outreach for it.

@miketaylr
Copy link
Member

Digging @karlcow's list.

Maybe also we should throw in how a potentially valid bug can be closed as invalid due to lack of actionable information.

@tsl143
Copy link
Member

tsl143 commented Sep 21, 2016

I think following tags can help us to club/identify many similar issues

  • Layout Issue - any thing related to placement of elements, but looks same on all browsers
  • No Video - as the label name says video is not played.
  • Not mobile friendly - Bugs like Desktop website on mobile, or website not optimized for mobile layout (I am not sure if we should include the user agent detection for Firefox failure in this or not )

@miketaylr
Copy link
Member

I added a wiki page here: edits welcome!

https://github.com/webcompat/webcompat.com/wiki/Invalid-Bugs

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

4 participants