We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227a503 commit 9cacbbeCopy full SHA for 9cacbbe
R/addins.R
@@ -73,7 +73,7 @@ sdd2_issue <- function() {
73
# and get the year using two last digits
74
acad_year <- format(Sys.Date() - 250, "%y")
75
new_issue_url <- paste0("https://github.com/BioDataScience-Course/b00qa_",
76
- acad_year, "m_issues-b", acad_year, "/issues/new")
+ acad_year, "m_issues-b", acad_year, "/issues/new/choose")
77
# Display a message with short instructions + url
78
rstudioapi::showDialog(title = "Nouvelle issue du cours BioDataScience2",
79
url = new_issue_url,
0 commit comments