Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Missing data issue template #418

Merged
merged 5 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/missing-data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Missing Data
about: Report data which needs to be added to the database
title: 'Data ingest request from: <publication>'''
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
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