diff --git a/.github/DISCUSSION_TEMPLATE/general.yml b/.github/DISCUSSION_TEMPLATE/general.yml new file mode 100644 index 0000000..032d946 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/general.yml @@ -0,0 +1,15 @@ +title: "[General] " +labels: [] +body: + - type: markdown + attributes: + value: | + Use this space for general discussions about simulation theory, the repository, or anything else you'd like to share with the community. + - type: textarea + id: discussion + attributes: + label: What would you like to discuss? + description: Share your thoughts, questions, or ideas with the community. + placeholder: Start your discussion here... + validations: + required: true diff --git a/.github/DISCUSSION_TEMPLATE/ideas.yml b/.github/DISCUSSION_TEMPLATE/ideas.yml new file mode 100644 index 0000000..2dbadae --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/ideas.yml @@ -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 diff --git a/.github/DISCUSSION_TEMPLATE/q-and-a.yml b/.github/DISCUSSION_TEMPLATE/q-and-a.yml new file mode 100644 index 0000000..c5738eb --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/q-and-a.yml @@ -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 diff --git a/.github/DISCUSSION_TEMPLATE/show-and-tell.yml b/.github/DISCUSSION_TEMPLATE/show-and-tell.yml new file mode 100644 index 0000000..e8d704b --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/show-and-tell.yml @@ -0,0 +1,23 @@ +title: "[Show and Tell] " +labels: [] +body: + - type: markdown + attributes: + value: | + Share something you've built, discovered, or created related to simulation theory. Show the community your work! + - type: textarea + id: showcase + attributes: + label: What are you sharing? + description: Describe what you'd like to show the community. + placeholder: I'd like to share... + validations: + required: true + - type: textarea + id: links + attributes: + label: Links & Resources + description: Add any relevant links, demos, papers, or resources. + placeholder: https://... + validations: + required: false