Skip to content

Commit

Permalink
Merge branch 'main' into add-issue-template2
Browse files Browse the repository at this point in the history
  • Loading branch information
d-morrison authored Sep 27, 2024
2 parents e1e5997 + a4a9b77 commit af4852f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: serocalculator
Type: Package
Title: Estimating Infection Rates from Serological Data
Version: 1.2.0.9005
Version: 1.2.0.9007
Authors@R: c(
person(given = "Peter", family = "Teunis", email = "[email protected]", role = c("aut", "cph"), comment = "Author of the method and original code."),
person(given = "Kristina", family = "Lai", email = "[email protected]", role = c("aut", "cre")),
Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
## New features

* Added template for reporting Issues
(adapted from https://github.com/bcgov/ssdtools) (#270)
(from `usethis::use_tidy_issue_template()`) (#270)

* Added template for pull requests
(from <https://github.com/bcgov/ssdtools>) (#265)

## Developer-facing changes

Expand Down

0 comments on commit af4852f

Please sign in to comment.