Files
sablier/.github/ISSUE_TEMPLATE/instance-provider-request.md
2022-11-23 16:10:08 -05:00

33 lines
929 B
Markdown

---
name: Instance provider request
about: Suggest an instance provider support
title: Add `[PROVIDER]` provider
labels: enhancement, provider
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*
| 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 has a Go API SDK?**
If yes link it here
**Does the provider can 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.