Add GitHub Discussions category templates

Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-27 17:43:45 +00:00
parent 4bac7f7885
commit 5e15c18e3b
4 changed files with 84 additions and 0 deletions

23
.github/DISCUSSION_TEMPLATE/q-and-a.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
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