Skip to content

Commit

Permalink
Create missing-data.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kelle authored Oct 20, 2023
1 parent 170f67c commit 222e014
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/missing-data.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Missing Data
description: Report missing data from the database
title: 'Data ingest request from: <publication>'
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

0 comments on commit 222e014

Please sign in to comment.