diff --git a/.github/ISSUE_TEMPLATE/cds-metadata.md b/.github/ISSUE_TEMPLATE/cds-metadata.md new file mode 100644 index 0000000..f94e6cd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/cds-metadata.md @@ -0,0 +1,18 @@ +--- +name: CDS metadata +about: Mostly for developer-use. Use these to provide metadata-creation scripts for + metadata ready to be implemented for widened CDS data support in CDownloadS() +title: 'Data Support - ' +labels: CDS Metadata +assignees: '' + +--- + +# The Dataset +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 + +# Metadata Script +Drop the R script that creates the list object describing the metadata for the data set in question here: +```r + +``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..f9dec4f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for KrigR +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.