mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-04-30 05:19:27 +00:00
fix: simplify PR template - remove broken subfolder approach
This commit is contained in:
parent
8a7b2bdb7f
commit
20d7d4db6f
6 changed files with 13 additions and 176 deletions
19
.github/PULL_REQUEST_TEMPLATE.md
vendored
19
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -1,6 +1,5 @@
|
|||
## Submission Type
|
||||
|
||||
<!-- Check one -->
|
||||
- [ ] Plugin
|
||||
- [ ] Project
|
||||
- [ ] Theme
|
||||
|
|
@ -11,7 +10,7 @@
|
|||
|
||||
**Name:**
|
||||
**Repository:**
|
||||
**Description:** <!-- One sentence -->
|
||||
**Description:**
|
||||
|
||||
## Checklist
|
||||
|
||||
|
|
@ -20,12 +19,20 @@
|
|||
- [ ] Actively maintained
|
||||
- [ ] Not a duplicate
|
||||
- [ ] Entry added in alphabetical order
|
||||
- [ ] Used correct collapsible format
|
||||
|
||||
## Entry Added
|
||||
## Entry Format
|
||||
|
||||
<!-- Paste the entry you added to README.md -->
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue