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/ideas.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
title: "[Idea] "
labels: []
body:
- type: markdown
attributes:
value: |
Share an idea for improving the repository, adding new content, or exploring new aspects of simulation theory.
- type: textarea
id: idea
attributes:
label: Idea Description
description: Describe your idea in detail.
placeholder: My idea is...
validations:
required: true
- type: textarea
id: motivation
attributes:
label: Motivation
description: Why do you think this would be valuable? What problem does it solve or what opportunity does it open?
placeholder: This would be valuable because...
validations:
required: false