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

Removes "Signal issue" from docs #966

Merged
merged 3 commits into from
May 10, 2021
Merged

Removes "Signal issue" from docs #966

merged 3 commits into from
May 10, 2021

Conversation

hxlnt
Copy link
Member

@hxlnt hxlnt commented May 7, 2021

Make sure you:

Short description of the change(s)

Removes "Signal issue" link from documentation header.

hxlnt added 2 commits May 7, 2021 08:16
@hxlnt hxlnt requested review from johnemau, antross and sarvaje May 7, 2021 13:22
@hxlnt hxlnt linked an issue May 7, 2021 that may be closed by this pull request
Copy link
Member

@antross antross left a comment

Choose a reason for hiding this comment

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

Change LGTM overall. Once we fix the minor linting issue in CI this should be good to go from my perspective. Thanks @hxlnt!

@@ -77,12 +77,6 @@ module.exports = {
return page.section === section;
});
},
getSignalIssueQuery: (root, title, directory) => {
const issueTitle = `[docs] Issue with '${title}'`;
const issueContent = url.resolve(root, directory);
Copy link
Member

Choose a reason for hiding this comment

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

FYI, we're failing CI because linting is now complaining that url is no longer used (as this was the only usage). If you remove the definition from the top of the file that should take care of it.

const url = require('url');

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch--fixed!

@antross
Copy link
Member

antross commented May 7, 2021

@sarvaje do you have time to give this a look as well?

Removes reference to `url`.
@antross antross merged commit 28834f6 into main May 10, 2021
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.

Remove "Signal issue" links
3 participants