Skip to content

Commit

Permalink
Merge branch 'main' into 84-new-function-rename_ct_files
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher authored Oct 10, 2024
2 parents e0d6a1a + 697dc0e commit 8a43856
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/nieuwe-functie-aanmaken.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ assignees: ''
- [ ] list of the expected functionality

## Checklist
- [ ] maak een nieuw R-bestand
- [ ] maak een nieuw R-bestand
- [ ] vermijd `library("package")` en `require("package")` gebruik `package::function()` *of als het echt niet anders gaat `requirenamespace("package")`*
- [ ] sla het R bestand op onder `./R` met filenaam is gelijk aan functienaam
- [ ] voorzie een functie titel met `#'` op regel 1 van je script
- [ ] voorzie een auteur met `#' @author`
Expand All @@ -26,9 +27,6 @@ assignees: ''
- [ ] voer `roxygen2::roxygenise()` uit in de console
- [ ] voer `devtools::check()` uit in de console
- [ ] los eventuele errors, warnings en notes<sup>1</sup> op
- [ ] increment versie dmv `usethis::use_version(which = "minor")`<sup>2</sup>
- [ ] maak een pull request met @soriadelva of @SanderDevisscher en eventueel andere relevante gebruikers als reviewer.

*<sup>1</sup>in de mate van het mogelijke*

*<sup>2</sup>als je meer dan 5 functies en/of datasets in één pull request veranderd hebt gebruik: `usethis::use_version(which = "major")`*

0 comments on commit 8a43856

Please sign in to comment.