mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-04-30 05:19:27 +00:00
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:
parent
79125d5c48
commit
9baf586660
8 changed files with 303 additions and 28 deletions
31
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
31
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal 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
|
||||
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue