forked from e-sensing/sits
-
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.
- Loading branch information
Showing
6 changed files
with
70 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 |
---|---|---|
|
@@ -22,3 +22,4 @@ | |
^codemeta.json | ||
LICENSE | ||
|
||
^\.github$ |
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 @@ | ||
*.html |
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,26 @@ | ||
--- | ||
name: Bug report | ||
about: Standard bug report template | ||
title: '' | ||
labels: 'bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
It is easier for developers to help if they can reproduce the problem. | ||
Could you please provide a minimal reproducible example? | ||
|
||
**If reporting a change from previous versions** | ||
|
||
Please read https://cran.r-project.org/web/packages/sits/news/news.html first. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
|
||
<details> | ||
Paste the output of your `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,17 @@ | ||
--- | ||
name: Improvement request | ||
about: Improvement request template | ||
title: '' | ||
labels: 'improvement' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the requested improvement** | ||
Please provide a concise description of the required improvement. | ||
|
||
**Associated sits API function** | ||
If possible, please inform which function should be improved and how it should work including new parameters if necessary. | ||
|
||
**Additional context** | ||
Add any other context about the improvement here. |
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: New API function request | ||
about: New API function request template | ||
title: '' | ||
labels: 'new API function' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the new API function requested** | ||
Please provide a concise description of the new function, why is it necessary, and how it should work. | ||
|
||
**Associated sits API function** | ||
Please provide the suggested function name and its parameter. | ||
|
||
**Additional context** | ||
Add any other context about the new function here. |
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,8 @@ | ||
--- | ||
name: Other issue | ||
about: Blank template for other issue types | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- |