From 75629f9cb76438a9b62b7a51fd5b3df149623f2e Mon Sep 17 00:00:00 2001 From: olivroy <52606734+olivroy@users.noreply.github.com> Date: Thu, 22 Feb 2024 09:39:17 -0500 Subject: [PATCH] Update BugReport template --- R/bug-report.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/bug-report.R b/R/bug-report.R index 61619de..bd851eb 100644 --- a/R/bug-report.R +++ b/R/bug-report.R @@ -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) }