Skip to content

Commit

Permalink
docs: grammar on issue templates (#459)
Browse files Browse the repository at this point in the history
* Improve grammar on instance-provider-request.md

Signed-off-by: TheRedCyclops <[email protected]>

* Update reverse-proxy-integration-request.md

Signed-off-by: TheRedCyclops <[email protected]>

---------

Signed-off-by: TheRedCyclops <[email protected]>
  • Loading branch information
TheRedCyclops authored Nov 24, 2024
1 parent 2976392 commit 61581a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/instance-provider-request.md
Original file line number Diff line number Diff line change
@@ -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: ''
Expand All @@ -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 |
| ---- | ---- | --- | -----------|
Expand All @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 61581a9

Please sign in to comment.