Skip to content

Commit 9cacbbe

Browse files
Adaptation of the addin to use templates for issues on GitHub.
1 parent 227a503 commit 9cacbbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/addins.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ sdd2_issue <- function() {
7373
# and get the year using two last digits
7474
acad_year <- format(Sys.Date() - 250, "%y")
7575
new_issue_url <- paste0("https://github.com/BioDataScience-Course/b00qa_",
76-
acad_year, "m_issues-b", acad_year, "/issues/new")
76+
acad_year, "m_issues-b", acad_year, "/issues/new/choose")
7777
# Display a message with short instructions + url
7878
rstudioapi::showDialog(title = "Nouvelle issue du cours BioDataScience2",
7979
url = new_issue_url,

0 commit comments

Comments
 (0)