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 url to crx "file a bug" #1357

Merged
merged 1 commit into from
Dec 29, 2016
Merged

Add url to crx "file a bug" #1357

merged 1 commit into from
Dec 29, 2016

Conversation

ebidel
Copy link
Contributor

@ebidel ebidel commented Dec 29, 2016

R: all

We've seen an enormous uptick in bugs lately. Including the URL in the "file an issue" template will help us reduce the back and forth for debugging. Users can remove it before they file the issue.

@@ -64,6 +66,11 @@ document.addEventListener('DOMContentLoaded', _ => {

let qsBody = '**Lighthouse Version**: ' + getLighthouseVersion() + '\n';
qsBody += '**Chrome Version**: ' + getChromeVersion() + '\n';

if (siteURL) {
qsBody += '**URL**: ' + siteURL + '\n';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool that toString of URL just gives you the url :) sensible!

@patrickhulce
Copy link
Collaborator

yes!! lgtm

@ebidel
Copy link
Contributor Author

ebidel commented Dec 29, 2016

You gotta do the approval button for the PR to be mergeable :)

@patrickhulce
Copy link
Collaborator

first official approval, yay!

@ebidel ebidel merged commit 13e2feb into master Dec 29, 2016
@ebidel ebidel deleted the ex branch December 29, 2016 17:36
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 this pull request may close these issues.

None yet

2 participants