Skip to content

Commit

Permalink
templates for issues and PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kgaonkar6 authored and jharenza committed Oct 6, 2020
1 parent cc71c13 commit 6473910
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/data-question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Data question
about: Use this to ask a question about or report an issue with the data provided with annoFuse
title: ''
labels: data
assignees: ''

---

#### What data file(s) does this issue pertain to?



#### What release are you using?
<!--You may want to check if the issue has been resolved in an updated release-->


#### Put your question or report your issue here.


27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/propose-an-analysis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Propose an analysis
about: Use this issue template to propose a new analysis
title: 'Proposed Analysis:'
labels: proposed analysis
assignees: ''

---

<!--Hi there! Please take a moment to fill out the template below.-->

### Purpose/implementation Section

#### Briefly descibe the analysis and provide meaningful references


#### 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?


#### Who will complete the analysis (please add a GitHub handle here if relevant)?




22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/report-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Report an issue
about: Use this to ask a question about or report an issue with annoFuse
title: 'Report an issue'
labels: Report an issue
assignees: ''

---

#### Provide the command used or report your issue here


#### What release are you using?
<!--You may want to check if the issue has been resolved in an updated release-->

#### Add error message here


#### Add Session info
Run `sessionInfo()` and post the output below


41 changes: 41 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!--Hi there, thanks for your contribution! Please take a moment to fill out this template to facilitate the review of your pull request.-->

### Purpose/implementation Section

#### What feature is being added ?


#### What was your approach?



#### What GitHub issue does your pull request address?



### Directions for reviewers. Tell potential reviewers what kind of feedback you are soliciting.

#### Which areas should receive a particularly close look?



#### Is there anything that you want to discuss further?


#### Documentation Checklist

<!-- Please review and specify if it isn't applicable -->

- [ ] The function has examples to showcase the usage
- [ ] The function is fully documented in the package using roxygen
- [ ] Added a vignette

#### Package Checklist

<!-- Check all those that apply or remove this section if it is not applicable.-->

- [ ] 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


0 comments on commit 6473910

Please sign in to comment.