Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
clizbe committed Mar 8, 2024
1 parent 98fb152 commit 9f0d36e
Showing 1 changed file with 25 additions and 12 deletions.
37 changes: 25 additions & 12 deletions .github/DISCUSSION_TEMPLATE/support.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
title: "[title]"
# This is a template for users to post their problems to the
# relevant Github Discussions board.

title: " "
body:
- type: textarea
attributes:
label: Describe your problem
validations:
required: true
- type: textarea
attributes:
label: Attach your model (encouraged)
placeholder: "Use the paperclip to attach the file."
validations:
required: false
- type: textarea
attributes:
label: Describe your problem
validations:
required: true
- type: textarea
attributes:
label: Attach your model as a JSON file (encouraged)
placeholder: "Use the paperclip to attach the file."
validations:
required: false
- type: textarea
attributes:
label: What versions are you using?
value: |
SpineOpt:
SpineInterface:
SpineToolbox:
Julia:
validations:
required: true

0 comments on commit 9f0d36e

Please sign in to comment.