mirror of
https://github.com/blackboxprogramming/simulation-theory.git
synced 2026-03-17 04:57:12 -05:00
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
24 lines
727 B
YAML
24 lines
727 B
YAML
title: "[Q&A] "
|
|
labels: []
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Ask a question about simulation theory, the content in this repository, or anything related you'd like help understanding.
|
|
- type: textarea
|
|
id: question
|
|
attributes:
|
|
label: Question
|
|
description: What would you like to know?
|
|
placeholder: Ask your question here...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional Context
|
|
description: Provide any additional context or background information that may help answer your question.
|
|
placeholder: Any relevant context, references, or prior research...
|
|
validations:
|
|
required: false
|