From e9dcb8cf8b00c27f774ae8302cba5b4e2fb37953 Mon Sep 17 00:00:00 2001 From: Kelle Cruz Date: Tue, 23 Jan 2024 15:20:22 -0500 Subject: [PATCH] Add Missing data issue template (#418) * Add Missing data issue template * Create missing-data.yml --------- Co-authored-by: Will Cooper Co-authored-by: David Rodriguez --- .github/ISSUE_TEMPLATE/missing-data.md | 18 ++++++++++++ .github/ISSUE_TEMPLATE/missing-data.yml | 39 +++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/missing-data.md create mode 100644 .github/ISSUE_TEMPLATE/missing-data.yml diff --git a/.github/ISSUE_TEMPLATE/missing-data.md b/.github/ISSUE_TEMPLATE/missing-data.md new file mode 100644 index 000000000..a361fe646 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/missing-data.md @@ -0,0 +1,18 @@ +--- +name: Missing Data +about: Report data which needs to be added to 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 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