mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-24 14:31:51 +01:00
docs: grammar on issue templates (#459)
* Improve grammar on instance-provider-request.md Signed-off-by: TheRedCyclops <76230780+TheRedCyclops@users.noreply.github.com> * Update reverse-proxy-integration-request.md Signed-off-by: TheRedCyclops <76230780+TheRedCyclops@users.noreply.github.com> --------- Signed-off-by: TheRedCyclops <76230780+TheRedCyclops@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: Instance provider request
|
name: Instance provider request
|
||||||
about: Suggest an instance provider support
|
about: Suggest support for an instance provider
|
||||||
title: Add `[PROVIDER]` provider
|
title: Add `[PROVIDER]` provider
|
||||||
labels: enhancement, provider
|
labels: enhancement, provider
|
||||||
assignees: ''
|
assignees: ''
|
||||||
@@ -10,8 +10,8 @@ assignees: ''
|
|||||||
**Describe the provider**
|
**Describe the provider**
|
||||||
A clear and concise description of the provider.
|
A clear and concise description of the provider.
|
||||||
|
|
||||||
**Does the provider provides the following APIs**
|
**Does the provider provide the following APIs**
|
||||||
*An instance is a generic term used to describe containers, pods, deployments, and more*
|
*An instance is a generic term used to describe containers, pods, deployments...*
|
||||||
|
|
||||||
| API | Yes | No | I don't know |
|
| API | Yes | No | I don't know |
|
||||||
| ---- | ---- | --- | -----------|
|
| ---- | ---- | --- | -----------|
|
||||||
@@ -20,11 +20,11 @@ A clear and concise description of the provider.
|
|||||||
| Get info about an instance | | |
|
| Get info about an instance | | |
|
||||||
| Listening for external events happening |||
|
| 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
|
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.
|
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.
|
Docker can be started locally, Kubernetes has tools such as k3s to facilitate the integration.
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ assignees: ''
|
|||||||
**Describe the reverse proxy you'd like**
|
**Describe the reverse proxy you'd like**
|
||||||
A clear and concise description of the reverse proxy.
|
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.
|
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.
|
For traefik it's http middleware, for nginx it's modules etc.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user