Skip to content

Commit

Permalink
prompt MDN URL in new issues (#416)
Browse files Browse the repository at this point in the history
* prompt MDN URL in new issues

* stop prompting caniuse

stop prompting caniuse since it's unlikely that new specs/features will actually have a caniuse URL, certainly less likely than an MDN URL which we now prompt for
  • Loading branch information
tantek authored Aug 5, 2020
1 parent 2a0a0fc commit e0b6f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activities.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def create_issue(self):
"body": """\
* Specification Title: {title}
* Specification URL: {url}
* Caniuse.com URL (optional): {ciuName}
* MDN URL (optional): {mdnUrl}
* Bugzilla URL (optional): {mozBugUrl}
""".format(
**self.data
Expand Down

0 comments on commit e0b6f6f

Please sign in to comment.