diff --git a/.github/ISSUE_TEMPLATE/instance-provider-request.md b/.github/ISSUE_TEMPLATE/instance-provider-request.md index 7cdfaa7..8788a3d 100644 --- a/.github/ISSUE_TEMPLATE/instance-provider-request.md +++ b/.github/ISSUE_TEMPLATE/instance-provider-request.md @@ -1,6 +1,6 @@ --- name: Instance provider request -about: Suggest an instance provider support +about: Suggest support for an instance provider title: Add `[PROVIDER]` provider labels: enhancement, provider assignees: '' @@ -10,8 +10,8 @@ assignees: '' **Describe the provider** A clear and concise description of the provider. -**Does the provider provides the following APIs** -*An instance is a generic term used to describe containers, pods, deployments, and more* +**Does the provider provide the following APIs** +*An instance is a generic term used to describe containers, pods, deployments...* | API | Yes | No | I don't know | | ---- | ---- | --- | -----------| @@ -20,11 +20,11 @@ A clear and concise description of the provider. | Get info about an instance | | | | Listening for external events happening ||| -**Does the provider has a Go API SDK?** +**Does the provider have a Go API SDK?** If yes link it here -**Does the provider can be started locally** +**Can the provider be started locally** Providers such as Cloud provider may provide some local API tools. Docker can be started locally, Kubernetes has tools such as k3s to facilitate the integration. diff --git a/.github/ISSUE_TEMPLATE/reverse-proxy-integration-request.md b/.github/ISSUE_TEMPLATE/reverse-proxy-integration-request.md index ab54431..4de2b75 100644 --- a/.github/ISSUE_TEMPLATE/reverse-proxy-integration-request.md +++ b/.github/ISSUE_TEMPLATE/reverse-proxy-integration-request.md @@ -10,7 +10,7 @@ assignees: '' **Describe the reverse proxy you'd like** A clear and concise description of the reverse proxy. -**Does the reverse proxy provides middleware/module/extension support** +**Does the reverse proxy provide middleware/module/extension support** Links to documentations and examples that shows the extensibility of the reverse proxy. For traefik it's http middleware, for nginx it's modules etc.