Skip to content

Commit 332d79f

Browse files
authored
Merge pull request #138 from FredHutch/create-pr-template
Create pull request template
2 parents c545ee8 + afabe4b commit 332d79f

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/pull_request_template.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!-- Provide a general summary of your changes in the Title above. -->
2+
3+
## Description
4+
5+
Describe your changes in detail.
6+
7+
Give a short background, and outline important questions or details for the reviewer.
8+
9+
## Related Issues
10+
11+
Provide links to any related GitHub issues.
12+
13+
## Checklist
14+
15+
- [ ] This PR includes unit tests
16+
- [ ] I have run `devtools::check()` locally and resolved any issues
17+
- [ ] This PR establishes a new function or updates parameters in an existing function
18+
- [ ] The roxygen skeleton for this function has been comprehensively created/updated, and the corresponding `*.Rd` files have been updated using `devtools::document`
19+
- [ ] This PR impacts the [VISCfunctions pkgdown site](https://fredhutch.github.io/VISCfunctions/) and the corresponding changes have been rendered and reviewed locally using `pkgdown::build_site()`
20+
- [ ] I have updated NEWS.md to describe the proposed changes
21+
- [ ] All changes are within the scope of PR -- there are no extraneous files or commits

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# VISCfunctions (development version)
22

3+
* Add PR template for the package (#138)
34
* Add `SampleSizes` output to `pairwise_test_bin()` (#130)
45
* Minor updates to vignette (#141)
56
* Update title and description in package DESCRIPTION file (#139)

0 commit comments

Comments
 (0)