From 222e01425b3bc35c07797acd32d5dbbb42680082 Mon Sep 17 00:00:00 2001 From: Kelle Cruz Date: Fri, 20 Oct 2023 13:03:43 -0400 Subject: [PATCH] Create missing-data.yml --- .github/ISSUE_TEMPLATE/missing-data.yml | 39 +++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/missing-data.yml diff --git a/.github/ISSUE_TEMPLATE/missing-data.yml b/.github/ISSUE_TEMPLATE/missing-data.yml new file mode 100644 index 000000000..2bdc9e965 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/missing-data.yml @@ -0,0 +1,39 @@ +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