diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5cd29629a3..23f56cb589 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 ea4cf684a8..7775cce1b0 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 0000000000..8bed55a04c --- /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: