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

Add a model to identify invalid reports for the new Firefox in-product reporter #3782

Closed
ksy36 opened this issue Nov 2, 2023 · 0 comments · Fixed by #3790
Closed

Add a model to identify invalid reports for the new Firefox in-product reporter #3782

ksy36 opened this issue Nov 2, 2023 · 0 comments · Fixed by #3790

Comments

@ksy36
Copy link
Contributor

ksy36 commented Nov 2, 2023

The new reports will contain url, description (optional) and category (optional).

To train the model we could use issues data from https://github.com/webcompat/web-bugs/issues to start and use only
Steps to Reproduce part from the report.

For example, webcompat/web-bugs#129079:

Steps to Reproduce:
Website icons not loading, it happens all over the site, it is best seen by accessing "Login în with browser". They appear correctly on Chrome.

Some reporters provide additional description (when it doesn't fall into a specific category)

webcompat/web-bugs#128961

Description: Couldn't scroll down
Steps to Reproduce:
Scroll down the page, then scroll to top, scroll down again, the page couldn't scroll (will always back to top).

In this case, we can probably combine these together, it could be something like: "Couldn't scroll down. Scroll down the page, then scroll to top, scroll down again, the page couldn't scroll (will always back to top)."

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

Successfully merging a pull request may close this issue.

1 participant