mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-04-29 04:49:28 +00:00
feat: data-driven README automation with YAML entries and GitHub Actions
This commit is contained in:
parent
20d7d4db6f
commit
25446b49eb
64 changed files with 1864 additions and 323 deletions
43
.github/PULL_REQUEST_TEMPLATE.md
vendored
43
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -1,38 +1,17 @@
|
|||
## Submission Type
|
||||
## New Entry Submission
|
||||
|
||||
- [ ] Plugin
|
||||
- [ ] Project
|
||||
- [ ] Theme
|
||||
- [ ] Agent
|
||||
- [ ] Resource
|
||||
**Category:** (plugins / themes / agents / projects / resources)
|
||||
|
||||
## Details
|
||||
**File added:** `data/{category}/your-entry.yaml`
|
||||
|
||||
**Name:**
|
||||
**Repository:**
|
||||
**Description:**
|
||||
### Checklist
|
||||
|
||||
## Checklist
|
||||
- [ ] YAML file is in the correct category folder
|
||||
- [ ] Filename is kebab-case (e.g., `my-plugin.yaml`)
|
||||
- [ ] All required fields included (name, repo, description, full_description)
|
||||
- [ ] Repository is public and maintained
|
||||
- [ ] Entry is relevant to OpenCode
|
||||
|
||||
- [ ] Relevant to OpenCode
|
||||
- [ ] Repository is public and accessible
|
||||
- [ ] Actively maintained
|
||||
- [ ] Not a duplicate
|
||||
- [ ] Entry added in alphabetical order
|
||||
### Description
|
||||
|
||||
## Entry Format
|
||||
|
||||
Use this format in the appropriate README section:
|
||||
|
||||
```html
|
||||
<details>
|
||||
<summary><b>Name</b> <img src="https://badgen.net/github/stars/owner/repo" height="14"/> - <i>Short description</i></summary>
|
||||
<blockquote>
|
||||
Full description.
|
||||
<br><br>
|
||||
<a href="https://github.com/owner/repo">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
```
|
||||
|
||||
See [contributing.md](contributing.md) for full instructions.
|
||||
Brief description of what this entry does and why it should be included.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue