Files
sablier/.github/ISSUE_TEMPLATE/instance-provider-request.md
TheRedCyclops 61581a92b4 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>
2024-11-24 13:13:26 -08:00

33 lines
921 B
Markdown

---
name: Instance provider request
about: Suggest support for an instance provider
title: Add `[PROVIDER]` provider
labels: enhancement, provider
assignees: ''
---
**Describe the provider**
A clear and concise description of the provider.
**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 |
| ---- | ---- | --- | -----------|
| Start an instance | | |
| Stop an instance | | |
| Get info about an instance | | |
| Listening for external events happening |||
**Does the provider have a Go API SDK?**
If yes link it here
**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.
**Additional context**
Add any other context about the feature request here.