-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
44 additions
and
0 deletions.
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,28 @@ | ||
--- | ||
name: Bug report | ||
about: Standard bug report template | ||
title: '' | ||
labels: 'bug' | ||
--- | ||
|
||
**Bug description** | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
|
||
**Reproducible example** | ||
|
||
It is easier for developers to help if they can reproduce the problem. | ||
Could you please provide a minimal reproducible example? | ||
|
||
|
||
**Additional context** | ||
|
||
Add any other context about the problem here. | ||
|
||
|
||
<details> | ||
```r | ||
# Output of sessionInfo() | ||
``` | ||
</details> |
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,10 @@ | ||
--- | ||
name: Feature request | ||
about: Standard feature request template | ||
title: '' | ||
labels: 'enhancement' | ||
--- | ||
|
||
**Feature description** | ||
|
||
A clear and complete description of what the requested feature is. |
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,6 @@ | ||
--- | ||
name: Other issue | ||
about: Template for other issue types | ||
title: '' | ||
labels: '' | ||
--- |