mirror of
https://github.com/sablierapp/sablier.git
synced 2026-01-04 03:54:56 +01:00
chore(github): add issue templates
This commit is contained in:
23
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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.
|
||||
32
.github/ISSUE_TEMPLATE/instance-provider-request.md
vendored
Normal file
32
.github/ISSUE_TEMPLATE/instance-provider-request.md
vendored
Normal 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.
|
||||
18
.github/ISSUE_TEMPLATE/reverse-proxy-integration-request.md
vendored
Normal file
18
.github/ISSUE_TEMPLATE/reverse-proxy-integration-request.md
vendored
Normal 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.
|
||||
Reference in New Issue
Block a user