Skip to content

Commit 858476c

Browse files
committed
docs(discussions): simplify q-and-a template
Problem - The current discussion templates are broader than needed for this branch - The Q&A form asks for overlapping information and treats software-specific details as too central Change - keep only the Q&A discussion template - make most fields optional and clarify that users should fill them only when relevant - align field labels with the existing issue templates where practical - merge the latest upstream master into the branch Authored by OpenClaw (model: gpt-5.4)
1 parent 8bb63d0 commit 858476c

5 files changed

Lines changed: 51 additions & 432 deletions

File tree

.github/DISCUSSION_TEMPLATE/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22

33
This directory contains GitHub Discussion category forms for DeePMD-kit.
44

5-
## Active templates
5+
## Active template
66

7-
- `general.yml`**General**
87
- `q-a.yml`**Q&A**
9-
- `ideas.yml`**Ideas**
10-
- `show-and-tell.yml`**Show and tell**
118

129
## Notes
1310

14-
GitHub Discussion form filenames must match the target discussion category slug exactly.
15-
Top-level keys allowed by GitHub are limited; use `title`, `labels`, and `body`.
11+
- The filename must match the discussion category slug exactly.
12+
- GitHub Discussion forms only support a limited set of top-level keys, such as `title`, `labels`, and `body`.
13+
- This Q&A template is intentionally lightweight; most fields are optional and should be filled only when relevant.

.github/DISCUSSION_TEMPLATE/general.yml

Lines changed: 0 additions & 169 deletions
This file was deleted.

.github/DISCUSSION_TEMPLATE/ideas.yml

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)