-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create location-identifier-proposal.yaml
- Loading branch information
Showing
1 changed file
with
107 additions
and
0 deletions.
There are no files selected for viewing
107 changes: 107 additions & 0 deletions
107
.github/ISSUE_TEMPLATE/location-identifier-proposal.yaml
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,107 @@ | ||
name: Location Identifier Proposal | ||
description: Submit a proposal for a new location identifier in the SC-DEX core schema. | ||
title: "[Location Identifier Proposal]: " | ||
labels: ["location identifier", "proposal"] | ||
assignees: | ||
- octocat | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for submitting a new location identifier for consideration in the SC-DEX core schema! Please fill in the details below. | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Contact Details | ||
description: How can we get in touch with you if we need more info? | ||
placeholder: ex. email@example.com | ||
validations: | ||
required: false | ||
|
||
- type: input | ||
id: identifier-name | ||
attributes: | ||
label: Name of Identifier | ||
description: Enter the official name of the location identifier. | ||
placeholder: e.g., OSID (Open Supply ID) | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: explainer-link | ||
attributes: | ||
label: Link to Explainer | ||
description: Provide a URL linking to further information or documentation for this identifier. | ||
placeholder: e.g., https://info.opensupplyhub.org/resources/a-free-universal-id-matching-algorithm | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: one-liner-description | ||
attributes: | ||
label: One-liner Description | ||
description: Provide a brief description of the location identifier. | ||
placeholder: e.g., "A unique identifier used to track facilities in global supply chains." | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: registration-price | ||
attributes: | ||
label: Price of Registering an Identifier | ||
description: Specify the cost associated with registering a new identifier. | ||
placeholder: e.g., $50 per registration | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: open-for-use | ||
attributes: | ||
label: Is the Identifier Open for Use? | ||
description: Indicate whether this identifier is publicly available for use. | ||
options: | ||
- Yes | ||
- No | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: register-link | ||
attributes: | ||
label: Link to Register | ||
description: Provide a URL linking to register for this identifier. | ||
placeholder: e.g., https://opensupplyhub.org/contribute | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: issuing-organization | ||
attributes: | ||
label: Issuing Organization | ||
description: Enter the name of the organization responsible for issuing the identifier. | ||
placeholder: e.g., Open Supply Hub | ||
validations: | ||
required: true | ||
|
||
- type: checkboxes | ||
id: data-types | ||
attributes: | ||
label: Types of Data Included | ||
description: Select all types of data included in this location identifier. | ||
options: | ||
- label: Geographic Coordinates | ||
- label: Address Information | ||
- label: Facility Name | ||
- label: Certification Information | ||
- label: Contact Details | ||
- label: Other (please specify in the description) | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: additional-info | ||
attributes: | ||
label: Additional Information | ||
description: Include any additional relevant information or context about this identifier. | ||
placeholder: Provide further details if necessary. |