From 44859153e0c6030e1830bdeefb9dd4f25208cc9c Mon Sep 17 00:00:00 2001 From: David Rodriguez Date: Tue, 23 Jan 2024 15:42:14 -0500 Subject: [PATCH] Fix for missing-data issue (#454) --- .github/ISSUE_TEMPLATE/missing-data.yml | 39 ------------------------- .github/ISSUE_TEMPLATE/missing_data | 18 ------------ 2 files changed, 57 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/missing-data.yml delete mode 100644 .github/ISSUE_TEMPLATE/missing_data diff --git a/.github/ISSUE_TEMPLATE/missing-data.yml b/.github/ISSUE_TEMPLATE/missing-data.yml deleted file mode 100644 index 2bdc9e965..000000000 --- a/.github/ISSUE_TEMPLATE/missing-data.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: Missing Data -description: Report missing data from the database -title: 'Data ingest request from: ' -labels: ["data ingestion"] -assignees: '' - ---- -body: - - type: textarea - attributes: - label: source name - description: Source/survey/catalogue name(s) - validations: - required: true - - type: textarea - attributes: - label: link - description: SIMBAD/CDS/Vizier link to data source(s), if available - validations: - required: false - - type: textarea - attributes: - label: data - description: Describe the data that needs to be added - validations: - required: false - - type: textarea - attributes: - label: ref - description: Reference(s) paper for the data - validations: - required: false - - type: textarea - attributes: - label: Anything else? - description: | - Anything that will give us more context about the data you think needs to be added. - validations: - required: false diff --git a/.github/ISSUE_TEMPLATE/missing_data b/.github/ISSUE_TEMPLATE/missing_data deleted file mode 100644 index 5284a31b7..000000000 --- a/.github/ISSUE_TEMPLATE/missing_data +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Missing Data -about: Report missing data from the database -title: 'Data ingest request from: ' -labels: data ingestion -assignees: '' - ---- - -Please provide as much information as possible about the data you think should be added. - -# Source/survey/catalogue name(s) - -# SIMBAD/CDS/Vizier link to data source(s), if available - -# What data needs to be added? - -# Reference(s) paper for the data