From c2d1348c01346d0b50d53e94125273c48a5f0c7c Mon Sep 17 00:00:00 2001 From: Douglas Ezra Morrison Date: Tue, 24 Sep 2024 16:43:14 -0700 Subject: [PATCH 1/5] Create pull_request_template.md adding a PR template borrowed from https://github.com/bcgov/ssdtools --- .github/pull_request_template.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..ffafa05b --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +Thank you for taking the time to submit a pull request! + +To maximize the chances of acceptance: + +- [ ] The title of your PR should briefly describe the change. +- [ ] The body of your PR should contain `Fixes #issue-number` (if relevant). +- [ ] Commit/merge messages to be included in NEWS.md should begin with `-`. +- [ ] Code should follow the tidyverse [style guide](https://style.tidyverse.org). +- [ ] Documentation should use roxygen2, with Markdown syntax. +- [ ] Contributions should include unit tests (using `testthat`). + +For more information see [Contributing](/.github/CONTRIBUTING.md). From 9566f99ac79cf2c3848515ded89586a442ee293b Mon Sep 17 00:00:00 2001 From: Douglas Ezra Morrison Date: Tue, 24 Sep 2024 17:45:23 -0700 Subject: [PATCH 2/5] Increment version number to 1.2.0.9003 --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index bda12109..72e5e73e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: serocalculator Type: Package Title: Estimating Infection Rates from Serological Data -Version: 1.2.0.9002 +Version: 1.2.0.9003 Authors@R: c( person(given = "Peter", family = "Teunis", email = "p.teunis@emory.edu", role = c("aut", "cph"), comment = "Author of the method and original code."), person(given = "Kristina", family = "Lai", email = "kwlai@ucdavis.edu", role = c("aut", "cre")), From 45f714ff8379568bac89f75b4552376cf4e4dd9e Mon Sep 17 00:00:00 2001 From: "Kristina W. Lai" <57973437+kristinawlai@users.noreply.github.com> Date: Thu, 26 Sep 2024 08:49:12 -0700 Subject: [PATCH 3/5] Increment version --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 72e5e73e..150eca4c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: serocalculator Type: Package Title: Estimating Infection Rates from Serological Data -Version: 1.2.0.9003 +Version: 1.2.0.9006 Authors@R: c( person(given = "Peter", family = "Teunis", email = "p.teunis@emory.edu", role = c("aut", "cph"), comment = "Author of the method and original code."), person(given = "Kristina", family = "Lai", email = "kwlai@ucdavis.edu", role = c("aut", "cre")), From 56af9861fb0e81f8876d87d92b9799a696797ae5 Mon Sep 17 00:00:00 2001 From: Douglas Ezra Morrison Date: Thu, 26 Sep 2024 11:09:24 -0700 Subject: [PATCH 4/5] updated news --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index bf1fc512..8c265e49 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ ## New features -(to be added by future PRs) +* Added template for pull requests (borrowed from https://github.com/bcgov/ssdtools) (#265) ## Developer-facing changes From 53fe9a2a520a726dfb9fd13fd553e9b0e2bba552 Mon Sep 17 00:00:00 2001 From: Douglas Ezra Morrison Date: Thu, 26 Sep 2024 11:09:41 -0700 Subject: [PATCH 5/5] updated news --- NEWS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 8c265e49..54ccc895 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,8 @@ ## New features -* Added template for pull requests (borrowed from https://github.com/bcgov/ssdtools) (#265) +* Added template for pull requests +(borrowed from https://github.com/bcgov/ssdtools) (#265) ## Developer-facing changes