-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from nutriverse/dev
add issue checklist templates
- Loading branch information
Showing
4 changed files
with
45 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |