-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR#125 from hobu/master
- Loading branch information
Showing
4 changed files
with
80 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 @@ | ||
custom: ['https://www.asprsfoundation.org/donate'] |
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,9 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: How to contribute | ||
url: https://github.com/ASPRSorg/LAS/wiki/Get-Involved | ||
about: Learn how to participate in the ASPRS LAS Committee | ||
- name: ASPRS LiDAR Division | ||
url: https://www.asprs.org/divisions-committees/lidar-division | ||
about: Visit the LiDAR Division homepage | ||
|
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,20 @@ | ||
name: Issue | ||
description: A standard issue or inquiry about the ASPRS LAS specification | ||
body: | ||
- type: dropdown | ||
id: browsers | ||
attributes: | ||
label: What is the issue about? | ||
multiple: true | ||
options: | ||
- Software implementation | ||
- Inquiry about the specification | ||
- Committee efforts | ||
- Other | ||
- type: textarea | ||
id: buginfo | ||
attributes: | ||
label: Issue description | ||
description: Describe the issue or question | ||
validations: | ||
required: true |
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,50 @@ | ||
name: Variable Length Record Community Description | ||
description: Describe a VLR in use in the community | ||
title: "[VLR Description]: " | ||
labels: ["vlr"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please enter a description of a community LAS VLR | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Contact Details | ||
description: Who knows about this VLR and could answer questions about it? | ||
placeholder: ex. [email protected] | ||
validations: | ||
required: false | ||
- type: input | ||
id: user_id | ||
attributes: | ||
label: LAS User ID | ||
description: The LAS User ID in use for this VLR | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: is_registered | ||
attributes: | ||
label: User ID registration | ||
description: Is the LAS User ID registered with the [ASPRS VLR Key List](https://www.asprs.org/misc/las-key-list.html). | ||
options: | ||
- label: Registered? | ||
- type: input | ||
id: record_id | ||
attributes: | ||
label: LAS Record ID | ||
description: The LAS Record ID in use for this VLR | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: application | ||
attributes: | ||
label: What application(s) is the VLR used with? | ||
- type: textarea | ||
id: usage | ||
attributes: | ||
label: Please describe what the VLR is used for | ||
- type: textarea | ||
id: definition | ||
attributes: | ||
label: Please provide a definition of the VLR's contents |