Skip to content

Commit 1b6bb22

Browse files
fix pr template
1 parent 44ac0b3 commit 1b6bb22

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ If helpful, add a minimal code example that demonstrates the new behaviour.
4141

4242
- [ ] Updated function documentation for any signature or behaviour changes
4343
- [ ] Regenerated `man/*.Rd` files if roxygen comments changed
44-
- [ ] Updated `_pkgdown.yml` if adding a new exported function
4544
- [ ] Added or updated `NEWS.md` entry if the change affects users
4645

4746
## Testing and Validation
@@ -56,7 +55,6 @@ source("inst/styler/bgms_style.R")
5655
styler::style_pkg(style = bgms_style)
5756
```
5857

59-
- [ ] Checked test files for styled `result =` captures that must be reverted to `result <-`
6058
- [ ] Ran `lintr::lint_package()`
6159
- [ ] Ran `roxygen2::roxygenise()` if roxygen comments changed
6260
- [ ] Ran `rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"))` for non-trivial changes

0 commit comments

Comments
 (0)