mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-04-28 12:29:29 +00:00
- Renames the `description` field to `tagline` in schema and data files. - Renames the `full_description` field to `description` in schema and data files. - Updates all relevant YAML data files, documentation, and templates to reflect these changes. - Adjusts character limits and descriptions for the new fields.
35 lines
698 B
Markdown
35 lines
698 B
Markdown
## Submission Type
|
|
|
|
- [ ] Plugin
|
|
- [ ] Project
|
|
- [ ] Theme
|
|
- [ ] Agent
|
|
- [ ] Resource
|
|
|
|
## Details
|
|
|
|
**Name:**
|
|
**Repository:**
|
|
**Tagline:**
|
|
|
|
## Checklist
|
|
|
|
- [ ] Relevant to OpenCode
|
|
- [ ] Repository is public and accessible
|
|
- [ ] Actively maintained
|
|
- [ ] Not a duplicate
|
|
- [ ] YAML file in correct folder (`data/{category}/`)
|
|
- [ ] Filename is kebab-case (e.g., `my-plugin.yaml`)
|
|
|
|
## YAML Format
|
|
|
|
Create a file in `data/{category}/your-entry.yaml`:
|
|
|
|
```yaml
|
|
name: Your Entry Name
|
|
repo: https://github.com/owner/repo
|
|
tagline: Short punchy summary (shown in collapsed view)
|
|
description: Longer description explaining what it does.
|
|
```
|
|
|
|
See [contributing.md](contributing.md) for full instructions.
|