Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
Merge PR#125 from hobu/master
  • Loading branch information
esilvia authored Nov 21, 2022
2 parents 761fcd7 + 1f6d88d commit a241241
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
custom: ['https://www.asprsfoundation.org/donate']
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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

20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/issue.yml
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
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/vlr.yml
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

0 comments on commit a241241

Please sign in to comment.