Skip to content

Commit

Permalink
[WIP] Fix PR template not shou up error, test add_affiliation
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Oct 22, 2024
1 parent 153b233 commit 89c2283
Showing 1 changed file with 17 additions and 41 deletions.
58 changes: 17 additions & 41 deletions .github/ISSUE_TEMPLATE/2-add_affiliation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,68 +4,44 @@ body:
- type: markdown
attributes:
value: |
Please provide the details of your affiliation to be added to the LTB map. Ensure all information is accurate and complete.
Please provide the details of your affiliation to be added to the LTB map.
Ensure all information is accurate and complete.
- type: input
- type: textarea
id: name
attributes:
label: Name
description: |
Enter the name of the affiliation (e.g., University of Tennessee Knoxville).
(Commas in the name will be removed to avoid parsing issues; hyphens are okay.)
Enter the name of the affiliation, e.g., University of Tennessee Knoxville.
Commas in the name will be removed to avoid parsing issues, but hyphens are okay.
validations:
required: true
required: false

- type: input
id: latitude
id: Latitude
attributes:
label: Latitude
description: |
Enter the latitude coordinate (e.g., 35.9517).
label: Description of the unexpected behavior
description: Enter the latitude coordinate, e.g., 35.9517
validations:
required: true
required: false

- type: input
id: longitude
id: Longitude
attributes:
label: Longitude
description: |
Enter the longitude coordinate (e.g., -83.9300).
description: Enter the longitude coordinate, e.g., -83.9300
validations:
required: true
required: false

- type: dropdown
id: marker-symbol
id: affiliation-type
attributes:
label: Marker Symbol
description: |
Select the affiliation type.
label: Affiliation Type
description: Select the affiliation type
options:
- university
- lab
- company
- non-profit
validations:
required: false

- type: input
id: new-affiliation-type
attributes:
label: New Affiliation Type
description: |
If you want to add a new affiliation type that is not listed above, please specify it here.
validations:
required: false

- type: dropdown
id: info
attributes:
label: Additional Information
description: |
Provide additional information about the affiliation (e.g., Sponsor, Developer, Publication).
options:
- Sponsor (has research projects or contracts with LTB)
- Developer (has contributed to the LTB codebase)
- Publication (has published research that used LTB)
validations:
required: true
required: false

0 comments on commit 89c2283

Please sign in to comment.