mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-17 21:53:12 +02:00
20 lines
619 B
YAML
20 lines
619 B
YAML
name: Add Deployment Guide
|
|
description: Propose to add a new self-hosted deployment guide for an alternative tool.
|
|
title: "[New Guide]: "
|
|
labels: ["new-guide", "needs-review", "docs"]
|
|
body:
|
|
- type: input
|
|
id: alternative_name
|
|
attributes:
|
|
label: Open Source Alternative Name
|
|
description: What is the name of the OSS alternative?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: scope
|
|
attributes:
|
|
label: Guide Outline
|
|
description: Briefly describe what the self-host guide will cover (e.g., Docker Compose, CapRover integration).
|
|
validations:
|
|
required: true
|