Skip to content

Commit ea72862

Browse files
authored
Merge branch 'master' into Development
2 parents f838f5e + 6d77e09 commit ea72862

File tree

3 files changed

+67
-0
lines changed

3 files changed

+67
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve KrigR - this can be bugs or unexpected behaviour
4+
of the package and its functions
5+
title: ''
6+
labels: bug
7+
assignees: ''
8+
9+
---
10+
11+
**Describe the bug**
12+
A clear and concise description of what the bug is.
13+
14+
# Reproducing the bug
15+
Self-contained minimal working example in R to reproduce the issue.
16+
```r
17+
R code here
18+
```
19+
20+
# Screenshots
21+
If applicable, add screenshots to help explain your problem. For example, console outputs or error messages.
22+
23+
# Expected behavior
24+
A clear and concise description of what you expected to happen.
25+
26+
# Session Information
27+
```
28+
output of `sessionInfo()` in R
29+
```
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: CDS metadata
3+
about: Mostly for developer-use. Use these to provide metadata-creation scripts for
4+
metadata ready to be implemented for widened CDS data support in CDownloadS()
5+
title: 'Data Support - '
6+
labels: CDS Metadata
7+
assignees: ''
8+
9+
---
10+
11+
# The Dataset
12+
Please leave a link to the CDS dataset here and add the the name of the dataset at the end of the default title of this issue
13+
14+
# Metadata Script
15+
Drop the R script that creates the list object describing the metadata for the data set in question here:
16+
```r
17+
18+
```
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for KrigR
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)