Open
Bug 1903625
Opened 1 year ago
Interventions: Add `create intervention` jake command that helps with some of the boilerplate
Categories
(Web Compatibility :: Tooling & Investigations, enhancement)
Web Compatibility
Tooling & Investigations
Tracking
(Not tracked)
NEW
People
(Reporter: denschub, Unassigned)
Details
A lot of the work for creating an intervention is fairly boilerplate'y: creating a new JS/CSS file, writing a JS object blob containing the version number, match patterns, etc... it's all a bit tedious. We could write a jake command that asks us a few basic questions ("bug number?", "css/js/ua override?", "match patterns") etc, and then does some of the boilerplate work for us. Implementing a command like this isn't a ton of work, and will make everyone's work a bit easier.
You need to log in
before you can comment on or make changes to this bug.
Description
•