From 7c887a7ece69f9e90913345ebc7d771e4e977193 Mon Sep 17 00:00:00 2001 From: Calvin Leung Huang Date: Tue, 1 Sep 2020 17:23:38 -0700 Subject: [PATCH] Plugin submission GH issue template (#9860) * Plugin submission GH issue template * Update .github/ISSUE_TEMPLATE/plugin-submission.md * update portal URL Co-authored-by: Jim Kalafut --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ .github/ISSUE_TEMPLATE/feature_request.md | 3 +++ .github/ISSUE_TEMPLATE/plugin-submission.md | 15 +++++++++++++++ 3 files changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/plugin-submission.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5cd29629a..23f56cb58 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,9 @@ --- name: Bug report about: Let us know about a bug! +title: '' +labels: '' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ea4cf684a..7775cce1b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,9 @@ --- name: Feature request about: Suggest something! +title: '' +labels: '' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/plugin-submission.md b/.github/ISSUE_TEMPLATE/plugin-submission.md new file mode 100644 index 000000000..8bed55a04 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/plugin-submission.md @@ -0,0 +1,15 @@ +--- +name: Plugin Submission +about: Submit a community Vault plugin! +title: "[Plugin Portal] Plugin Submission - " +labels: ecosystem/plugin +assignees: '' + +--- + +Please provide details for the plugin to be listed. All fields are required for a submission to be included in the [Plugin Portal](https://www.vaultproject.io/docs/plugin-portal) page. + +**Plugin Information** +Name as it would appear listed: +Plugin type (secrets/auth/database): +Repository link: