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

allow BugReports to be an email #2758

Merged
merged 6 commits into from
Aug 16, 2024
Merged

allow BugReports to be an email #2758

merged 6 commits into from
Aug 16, 2024

Conversation

catalamarti
Copy link
Contributor

fixes #2275

R/build-home-index.R Outdated Show resolved Hide resolved
# currently desc throws a warning if BugReports is an email
pkg <- local_pkgdown_site(desc = list(BugReports = "[email protected]"))
html <- xml2::read_html(data_home_sidebar(pkg))
expect_snapshot(xpath_xml(html, ".//li/a"))
Copy link
Member

Choose a reason for hiding this comment

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

I don't see the snapshot in the PR, do you need to validate it and commit it?

R/build-home-index.R Outdated Show resolved Hide resolved
@lionel- lionel- merged commit 1a6c8b7 into r-lib:main Aug 16, 2024
14 checks passed
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.

Using an email address in the BugReports field
2 participants