Skip to content

Commit 8de095b

Browse files
committed
Template issues
1 parent 9cacbbe commit 8de095b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
- The Shiny app for linear regression is reworked to match new convention y = a + bx.
66

7+
- Course issues now use templates.
8+
79
# BioDataScience2 2023.9.0
810

911
- Learnrs **B09La_db**, **B09Lb_mds** and **B10La_som** revised for 2023-2024.

R/addins.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ sdd2_issue <- function() {
7272
# We shift the academic year (starting mid-september) by 250 days
7373
# and get the year using two last digits
7474
acad_year <- format(Sys.Date() - 250, "%y")
75+
# Create issue from a template (issues/new/choose instead of issues/new)
7576
new_issue_url <- paste0("https://github.com/BioDataScience-Course/b00qa_",
7677
acad_year, "m_issues-b", acad_year, "/issues/new/choose")
7778
# Display a message with short instructions + url

0 commit comments

Comments
 (0)