Skip to content

Commit c49f0ff

Browse files
committed
Merge branch 'issue-131-editorial-updates-for-las-15' of https://github.com/ASPRSorg/LAS into issue-131-editorial-updates-for-las-15
2 parents 9514993 + a241241 commit c49f0ff

File tree

4 files changed

+80
-0
lines changed

4 files changed

+80
-0
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
custom: ['https://www.asprsfoundation.org/donate']

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: How to contribute
4+
url: https://github.com/ASPRSorg/LAS/wiki/Get-Involved
5+
about: Learn how to participate in the ASPRS LAS Committee
6+
- name: ASPRS LiDAR Division
7+
url: https://www.asprs.org/divisions-committees/lidar-division
8+
about: Visit the LiDAR Division homepage
9+

.github/ISSUE_TEMPLATE/issue.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Issue
2+
description: A standard issue or inquiry about the ASPRS LAS specification
3+
body:
4+
- type: dropdown
5+
id: browsers
6+
attributes:
7+
label: What is the issue about?
8+
multiple: true
9+
options:
10+
- Software implementation
11+
- Inquiry about the specification
12+
- Committee efforts
13+
- Other
14+
- type: textarea
15+
id: buginfo
16+
attributes:
17+
label: Issue description
18+
description: Describe the issue or question
19+
validations:
20+
required: true

.github/ISSUE_TEMPLATE/vlr.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: Variable Length Record Community Description
2+
description: Describe a VLR in use in the community
3+
title: "[VLR Description]: "
4+
labels: ["vlr"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Please enter a description of a community LAS VLR
10+
- type: input
11+
id: contact
12+
attributes:
13+
label: Contact Details
14+
description: Who knows about this VLR and could answer questions about it?
15+
placeholder: ex. [email protected]
16+
validations:
17+
required: false
18+
- type: input
19+
id: user_id
20+
attributes:
21+
label: LAS User ID
22+
description: The LAS User ID in use for this VLR
23+
validations:
24+
required: true
25+
- type: checkboxes
26+
id: is_registered
27+
attributes:
28+
label: User ID registration
29+
description: Is the LAS User ID registered with the [ASPRS VLR Key List](https://www.asprs.org/misc/las-key-list.html).
30+
options:
31+
- label: Registered?
32+
- type: input
33+
id: record_id
34+
attributes:
35+
label: LAS Record ID
36+
description: The LAS Record ID in use for this VLR
37+
validations:
38+
required: true
39+
- type: textarea
40+
id: application
41+
attributes:
42+
label: What application(s) is the VLR used with?
43+
- type: textarea
44+
id: usage
45+
attributes:
46+
label: Please describe what the VLR is used for
47+
- type: textarea
48+
id: definition
49+
attributes:
50+
label: Please provide a definition of the VLR's contents

0 commit comments

Comments
 (0)