From ea4e7b501cbf5079c01354b3f14cee8aa2623bca Mon Sep 17 00:00:00 2001 From: Harikrushna V Date: Thu, 11 Aug 2022 20:05:02 +0530 Subject: [PATCH] Updated Dataset request (#128) --- .github/ISSUE_TEMPLATE/dataset_request.md | 21 ------------------- .github/ISSUE_TEMPLATE/dataset_request.yaml | 23 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 21 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/dataset_request.md create mode 100644 .github/ISSUE_TEMPLATE/dataset_request.yaml diff --git a/.github/ISSUE_TEMPLATE/dataset_request.md b/.github/ISSUE_TEMPLATE/dataset_request.md deleted file mode 100644 index 4815c4de..00000000 --- a/.github/ISSUE_TEMPLATE/dataset_request.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: Dataset request -about: Request that a new dataset is added to EpigraphHub -title: "[DATASET]" -labels: data capture -assignees: '' - ---- - -## Dataset description - -Describe the data set and make the case why it should be added to the Epigraphhub database. - -## Available API - -If there is an API available to download this dataset, please dscribe it succintly here, with links to its -documentation. - -## More info - -Other relevant information goes in here. diff --git a/.github/ISSUE_TEMPLATE/dataset_request.yaml b/.github/ISSUE_TEMPLATE/dataset_request.yaml new file mode 100644 index 00000000..1396149e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/dataset_request.yaml @@ -0,0 +1,23 @@ +name: Dataset request +description: Request that a new dataset is added to EpigraphHub +title: "[DATASET] " +labels: data capture +body: +- type: textarea + attributes: + label: Dataset description + description: Describe the data set and make the case why it should be added to the Epigraphhub database. + validations: + required: true +- type: textarea + attributes: + label: Available API + description: If there is an API available to download this dataset, please dscribe it succintly here, with links to its documentation. + validations: + required: false +- type: textarea + attributes: + label: More info + description: Other relevant information goes in here. + validations: + required: false