Brohammad / Brohammad/VoxForge
Add Discussion forms for Ideas and Show and tell
- Dominant language
- Python
- Stars
- 4
- Forks
- 1
- Avg merge
- 5d 13m
- Merged PRs (30d)
- 10
Description
## Task
Only Q&A has a form (`.github/DISCUSSION_TEMPLATE/q-a.yml`). Default Ideas and Show and tell categories are unstructured.
## Scope
Add:
- `.github/DISCUSSION_TEMPLATE/ideas.yml` (slug must be `ideas`)
- `.github/DISCUSSION_TEMPLATE/show-and-tell.yml` (slug `show-and-tell`)
Do **not** put a category dropdown inside a category form.
## Acceptance criteria
- [ ] Filenames match GitHub category slugs
- [ ] Required body field + “searched existing threads” checkbox
- [ ] LF YAML
- [ ] No overlap with bug_report / feature_request issue templates
Contributor guide
Research direction
Start by reading .github/DISCUSSION_TEMPLATE/q-a.yml and compare its structure with GitHub's discussion form requirements. Add ideas.yml and show-and-tell.yml using the specified slugs, required body fields, and searched-threads checkboxes; verify LF YAML, no category dropdowns, and no overlap with the issue templates.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 88/100