diff --git a/.github/ISSUE_TEMPLATE/data-question.md b/.github/ISSUE_TEMPLATE/data-question.md index 2df9d70..4b27bb0 100644 --- a/.github/ISSUE_TEMPLATE/data-question.md +++ b/.github/ISSUE_TEMPLATE/data-question.md @@ -11,7 +11,7 @@ assignees: '' -#### What release are you using? +#### What version are you using? diff --git a/.github/ISSUE_TEMPLATE/propose-an-analysis.md b/.github/ISSUE_TEMPLATE/propose-an-analysis.md index 39d8b41..744a0ef 100644 --- a/.github/ISSUE_TEMPLATE/propose-an-analysis.md +++ b/.github/ISSUE_TEMPLATE/propose-an-analysis.md @@ -17,7 +17,7 @@ assignees: '' #### What input data are required for this analysis? -#### How do you plan to organise the analysis,will it be a multi function call or add to existsing functions? +#### How do you plan to organise the analysis, will it be a multi function call or add to existsing functions? #### Who will complete the analysis (please add a GitHub handle here if relevant)? diff --git a/.github/ISSUE_TEMPLATE/report-issue.md b/.github/ISSUE_TEMPLATE/report-issue.md index ea1d3e9..c8167c9 100644 --- a/.github/ISSUE_TEMPLATE/report-issue.md +++ b/.github/ISSUE_TEMPLATE/report-issue.md @@ -10,7 +10,7 @@ assignees: '' #### Provide the command used or report your issue here -#### What release are you using? +#### What version are you using? #### Add error message here diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4bf21db..d15b06d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -34,8 +34,8 @@ -- [ ] The dependencies required for the function in this pull request has been added to [DESCRIPTION](https://github.com/d3b-center/annoFuse/blob/master/DESCRIPTION) `Imports` section -- [ ] The files needed for the function to run are in inst/extdata -- [ ] The code wa run through styler +- [ ] The dependencies required for the function in this pull request have been added to [DESCRIPTION](https://github.com/d3b-center/annoFuse/blob/master/DESCRIPTION) `Imports` section, and the corresponding `NAMESPACE` directives have been added/updated +- [ ] The files needed for the function to run are in `inst/extdata` +- [ ] The code was run through `styler`