mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-18 03:53:14 +02:00
Add GitHub community standards, templates, and workflows
This commit is contained in:
19
.github/ISSUE_TEMPLATE/add-guide.yml
vendored
Normal file
19
.github/ISSUE_TEMPLATE/add-guide.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
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
|
||||
Reference in New Issue
Block a user