-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Missing data issue template (#418)
* Add Missing data issue template * Create missing-data.yml --------- Co-authored-by: Will Cooper <[email protected]> Co-authored-by: David Rodriguez <[email protected]>
- Loading branch information
1 parent
735c7b7
commit e9dcb8c
Showing
2 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |