1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02:00

Add plugin marketplace (for official plugins) (#451)

Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
Anbraten
2021-10-19 18:54:01 +02:00
committed by GitHub
parent 5990d32fd3
commit 0812a29163
13 changed files with 9193 additions and 1 deletions
@@ -0,0 +1,37 @@
name: "\U0001F4E6 Add plugin to official index"
description: Add your plugin to the official index at https://woodpecker-ci.org/plugins
labels: ["plugin"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this request!
After successfully applying we will create a repository with the name `woodpecker-ci/plugin-<your plugin name>` and grant
you write access to it. You will be able to manage things as wanted, just the main branch will be protected and needs approval
by a maintainer for security reasons.
- type: input
id: plugin-name
attributes:
label: Plugin name
validations:
required: true
- type: textarea
id: plugin-description
attributes:
label: Short description of the plugin
description: A short the description about the plugin.
placeholder: Plugin description
validations:
required: true
- type: checkboxes
id: checkboxes
attributes:
label: Validations
description: Before submitting the request, please make sure you do the following
options:
# - label: Follow our [Code of Conduct](https://github.com/woodpecker-ci/woodpecker/blob/master/CODE_OF_CONDUCT.md)
# required: true
- label: Read the [Contributing Guidelines](https://github.com/woodpecker-ci/woodpecker/blob/master/CONTRIBUTING.md).
required: true
- label: All plugin code must be licensed under a [FOSS license](https://opensource.org/licenses)
required: true