chore(github): add issue templates

This commit is contained in:
Alexis Couvreur
2022-11-23 16:10:08 -05:00
committed by GitHub
parent 3176848116
commit a2393598a2
3 changed files with 73 additions and 0 deletions

23
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,23 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**Context**
- Sablier version: [e.g. 1.2.0-beta.1]
- Provider: [e.g. docker v20.10.21]
- Reverse proxy: [e.g. traefik v2.8.5]
- Sablier running inside a container?
**Expected behavior**
A clear and concise description of what you expected to happen.
**Additional context**
Add any other context about the problem here.

View File

@@ -0,0 +1,32 @@
---
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.

View File

@@ -0,0 +1,18 @@
---
name: Reverse proxy integration request
about: Suggest a reverse proxy integration for this project
title: Add `[REVERSE PROXY]` reverse proxy integration
labels: enhancement, reverse-proxy
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**
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.
**Additional context**
Add any other context about the feature request here.