diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0bd2267..2b5d8e9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,5 @@ ## Submission Type - - [ ] Plugin - [ ] Project - [ ] Theme @@ -11,7 +10,7 @@ **Name:** **Repository:** -**Description:** +**Description:** ## Checklist @@ -20,12 +19,20 @@ - [ ] Actively maintained - [ ] Not a duplicate - [ ] Entry added in alphabetical order -- [ ] Used correct collapsible format -## Entry Added +## Entry Format - +Use this format in the appropriate README section: ```html - +
+ Name - Short description +
+ Full description. +

+ 🔗 View Repository +
+
``` + +See [contributing.md](contributing.md) for full instructions. diff --git a/.github/PULL_REQUEST_TEMPLATE/agent.md b/.github/PULL_REQUEST_TEMPLATE/agent.md deleted file mode 100644 index 620bac8..0000000 --- a/.github/PULL_REQUEST_TEMPLATE/agent.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: Add Agent -about: Submit a new agent to the awesome-opencode list ---- - -## Agent Submission - -**Name:** -**Repository:** -**Description:** - -## Checklist - -- [ ] Agent is relevant to OpenCode -- [ ] Repository is public and accessible -- [ ] Agent is actively maintained (commits within last 6 months) -- [ ] Not a duplicate (checked existing list) -- [ ] Entry added to README.md in alphabetical order -- [ ] Used the correct format (see below) - -## Entry Format - -Add this to the **Agents** section in alphabetical order: - -```html -
- Agent Name - Short description -
- Full description here. -

- 🔗 View Repository -
-
-``` diff --git a/.github/PULL_REQUEST_TEMPLATE/plugin.md b/.github/PULL_REQUEST_TEMPLATE/plugin.md deleted file mode 100644 index 8cc8000..0000000 --- a/.github/PULL_REQUEST_TEMPLATE/plugin.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: Add Plugin -about: Submit a new plugin to the awesome-opencode list ---- - -## Plugin Submission - -**Name:** -**Repository:** -**Description:** - -## Checklist - -- [ ] Plugin is relevant to OpenCode -- [ ] Repository is public and accessible -- [ ] Plugin is actively maintained (commits within last 6 months) -- [ ] Not a duplicate (checked existing list) -- [ ] Entry added to README.md in alphabetical order -- [ ] Used the correct format (see below) - -## Entry Format - -Add this to the **Plugins** section in alphabetical order: - -```html -
- Plugin Name - Short description -
- Full description here. -

- 🔗 View Repository -
-
-``` diff --git a/.github/PULL_REQUEST_TEMPLATE/project.md b/.github/PULL_REQUEST_TEMPLATE/project.md deleted file mode 100644 index 37f2481..0000000 --- a/.github/PULL_REQUEST_TEMPLATE/project.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: Add Project -about: Submit a new project to the awesome-opencode list ---- - -## Project Submission - -**Name:** -**Repository:** -**Description:** - -## Checklist - -- [ ] Project is relevant to OpenCode -- [ ] Repository is public and accessible -- [ ] Project is actively maintained (commits within last 6 months) -- [ ] Not a duplicate (checked existing list) -- [ ] Entry added to README.md in alphabetical order -- [ ] Used the correct format (see below) - -## Entry Format - -Add this to the **Projects** section in alphabetical order: - -```html -
- Project Name - Short description -
- Full description here. -

- 🔗 View Repository -
-
-``` diff --git a/.github/PULL_REQUEST_TEMPLATE/resource.md b/.github/PULL_REQUEST_TEMPLATE/resource.md deleted file mode 100644 index 5a2948e..0000000 --- a/.github/PULL_REQUEST_TEMPLATE/resource.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Add Resource -about: Submit a new resource to the awesome-opencode list ---- - -## Resource Submission - -**Name:** -**URL:** -**Description:** - -## Checklist - -- [ ] Resource is relevant to OpenCode -- [ ] URL is public and accessible -- [ ] Not a duplicate (checked existing list) -- [ ] Entry added to README.md in alphabetical order -- [ ] Used the correct format (see below) - -## Entry Format - -Add this to the **Resources** section in alphabetical order: - -```html -
- Resource Name - Short description -
- Full description here. -

- 🔗 View Repository -
-
-``` - -Note: For non-GitHub resources (guides, articles, etc.), omit the star badge. diff --git a/.github/PULL_REQUEST_TEMPLATE/theme.md b/.github/PULL_REQUEST_TEMPLATE/theme.md deleted file mode 100644 index b3a07e9..0000000 --- a/.github/PULL_REQUEST_TEMPLATE/theme.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: Add Theme -about: Submit a new theme to the awesome-opencode list ---- - -## Theme Submission - -**Name:** -**Repository:** -**Description:** - -## Checklist - -- [ ] Theme is for OpenCode -- [ ] Repository is public and accessible -- [ ] Not a duplicate (checked existing list) -- [ ] Entry added to README.md in alphabetical order -- [ ] Used the correct format (see below) - -## Entry Format - -Add this to the **Themes** section in alphabetical order: - -```html -
- Theme Name - Short description -
- Full description here. -

- 🔗 View Repository -
-
-```