Skip to content

Commit

Permalink
Create location-identifier-proposal.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyag authored Nov 13, 2024
1 parent 1e0a8f6 commit 3a0b5fe
Showing 1 changed file with 107 additions and 0 deletions.
107 changes: 107 additions & 0 deletions .github/ISSUE_TEMPLATE/location-identifier-proposal.yaml
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.

0 comments on commit 3a0b5fe

Please sign in to comment.