mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-05-01 05:49:29 +00:00
refactor: Rename description to tagline and description
- 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.
This commit is contained in:
parent
6f6944835a
commit
2199d33071
67 changed files with 145 additions and 145 deletions
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
**Name:**
|
||||
**Repository:**
|
||||
**Description:**
|
||||
**Tagline:**
|
||||
|
||||
## Checklist
|
||||
|
||||
|
|
@ -28,8 +28,8 @@ Create a file in `data/{category}/your-entry.yaml`:
|
|||
```yaml
|
||||
name: Your Entry Name
|
||||
repo: https://github.com/owner/repo
|
||||
description: Short description (shown in summary)
|
||||
full_description: Longer description explaining what it does.
|
||||
tagline: Short punchy summary (shown in collapsed view)
|
||||
description: Longer description explaining what it does.
|
||||
```
|
||||
|
||||
See [contributing.md](contributing.md) for full instructions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue