Skip to content

Commit

Permalink
Merge pull request #295 from olivroy/patch-1
Browse files Browse the repository at this point in the history
Update BugReport template
  • Loading branch information
kevinushey authored Feb 22, 2024
2 parents 8b0e9ac + 75629f9 commit 5b639f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/bug-report.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ bugReport <- function() {
utils::file.edit(file)
}

url <- "https://github.com/rstudio/rstudio/issues/new"
url <- "https://github.com/rstudio/rstudio/issues/new?assignees=&labels=bug%2Cnew&projects=&template=1_bug_report.md&title="
utils::browseURL(url)

}

0 comments on commit 5b639f9

Please sign in to comment.