Skip to content
Open
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
15 changes: 12 additions & 3 deletions .github/ISSUE_TEMPLATE/new_database_entry.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema#about-githubs-form-schema
name: New Database Entry
description: Create a new entry for a satellite sensor in the Polar EO database
title: "[New]: Sensor-Name"
title: "[New]: Satellite_SensorName"
labels: ["enhancement", "triage"]
assignees:
- octocat
Expand All @@ -14,8 +14,8 @@ body:
id: sensor-name
attributes:
label: Sensor name
description: What is the name of the satellite sensor?
placeholder: e.g. Sentinel-2/MSI
description: What is the full name of the satellite sensor?
placeholder: e.g. Moderate Resolution Imaging Spectroradiometer (MODIS)
validations:
required: true
- type: dropdown
Expand Down Expand Up @@ -151,3 +151,12 @@ body:
required: true
validations:
required: true
- type: input
id: wavelength
attributes:
label: Wavelength
description: What is the sensor wavelength (nm)?
placeholder: e.g. 400-1200 nm
validations:
required: true