-
Notifications
You must be signed in to change notification settings - Fork 68
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
Automatically add dev-doc-needed
flag
#2440
Comments
We have a prototype model for this in bugbug which we could improve and validate: https://github.com/mozilla/bugbug/blob/master/bugbug/models/devdocneeded.py. |
@SebastianZ Thanks very much - I've pinged the rest of the Mozilla-employed MDN content authors for comment. This is a good idea. It might be even better if it could be done as wizard like behaviour that prompted the submitter on creation (though that might be too obtrusive) so that they thought about it (I worry about a flood of false positives). FYI Recently the browser-compat-team have made finding the missed release issues a bit easier for us via testing - such as mdn/browser-compat-data#23730. EDIT, we might also want to do some work to look at what should not be included. For example, I wasn't sure on https://bugzilla.mozilla.org/show_bug.cgi?id=1901491 , and the answer is "not yet". |
@SebastianZ We missed this one that wasn't tagged https://bugzilla.mozilla.org/show_bug.cgi?id=1825580. However it was tagged with need for a relnote, so triggering on this would be good too |
When bugs for new web platform features are created, the reporters very often don't set the
dev-doc-needed
flag to notify the MDN team that the feature needs to be documented on MDN. And it requires quite some effort for the MDN team and others like me to look though all the bugs and check which things need to be documented.So it would be great if this could be automated as far as possible.
Some criteria to consider is
and there are other, optional indicators like
DevAdvocacy
,parity-*
, andsite-compat
.[DevRel
or[layout
in the Whiteboard field.@hamishwillee and others from the MDN team may provide some more feedback on this.
Sebastian
The text was updated successfully, but these errors were encountered: