feat: switch from discussions to PR-based contributions

- Add PR templates for plugins, projects, themes, agents, resources
- Update contributing.md with PR-based workflow and entry templates
- Replace all 'Suggest via Discussion' links with 'Add via PR' links
- Add quick copy templates for each entry type
- Keep existing discussion links for resource entries (they link to content)
This commit is contained in:
shamanic 2026-01-11 01:22:54 +00:00
parent 79125d5c48
commit 9baf586660
8 changed files with 303 additions and 28 deletions

31
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,31 @@
## Submission Type
<!-- Check one -->
- [ ] Plugin
- [ ] Project
- [ ] Theme
- [ ] Agent
- [ ] Resource
## Details
**Name:**
**Repository:**
**Description:** <!-- One sentence -->
## Checklist
- [ ] Relevant to OpenCode
- [ ] Repository is public and accessible
- [ ] Actively maintained
- [ ] Not a duplicate
- [ ] Entry added in alphabetical order
- [ ] Used correct collapsible format
## Entry Added
<!-- Paste the entry you added to README.md -->
```html
```