Skip to content

Commit

Permalink
Merge pull request #19 from nutriverse/dev
Browse files Browse the repository at this point in the history
add issue checklist templates
  • Loading branch information
ernestguevarra authored Apr 7, 2024
2 parents b6f8162 + 91f21c5 commit 8e3aa3e
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/acceptance-cran.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Post-CRAN acceptance
about: Checklist of tasks for post-CRAN acceptance
title: Checklist of tasks for post-CRAN acceptance
labels: documentation
assignees: ernestguevarra
---

* [ ] Accepted
* [ ] `git push`
* [ ] `usethis::use_github_release()`
* [ ] `usethis::use_dev_version()`
* [ ] `git push`
* { ] Finish blog post, share on social media, etc.
* [ ] Add link to blog post in `pkgdown` news menu
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/initial-cran-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Checklist of tasks for initial CRAN release
title: Checklist of tasks for initial CRAN release
labels: documentation
assignees: ernestguevarra

---

* [ ] usethis::use_news_md()
Expand Down
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/submission-cran.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: CRAN submission
about: Checklist of tasks for CRAN submission
title: Checklist of tasks for CRAN submission
labels: documentation
assignees: ernestguevarra
---

* [ ] `usethis::use_version('minor')` (or ‘patch’ or ‘major’)
* [ ] `devtools::submit_cran()`
* [ ] Approve email


17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/update-cran-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Update CRAN release
about: Checklist of tasks for update CRAN release
title: Checklist of tasks for update CRAN release
labels: documentation
assignees: ernestguevarra
---

* [ ] Check current CRAN check results
* [ ] Check if any deprecation processes should be advanced, as described in [Gradual deprecation](https://lifecycle.r-lib.org/articles/communicate.html#gradual-deprecation)
* [ ] [Polish NEWS](https://style.tidyverse.org/news.html#news-release)
* [ ] `urlchecker::url_check()`
* [ ] `devtools::build_readme()`
* [ ] `devtools::check(remote = TRUE, manual = TRUE)`
* [ ] `devtools::check_win_devel()`
* [ ] `usethis::use_revdep()` then `revdepcheck::revdep_check(num_workers = 4)`
* [ ] Update `cran-comments.md`

0 comments on commit 8e3aa3e

Please sign in to comment.