Add GitHub community standards, templates, and workflows

This commit is contained in:
AltStack Bot
2026-02-25 23:10:07 +05:30
parent 2a0ac1b107
commit 149c780b83
10 changed files with 254 additions and 0 deletions

19
.github/ISSUE_TEMPLATE/add-guide.yml vendored Normal file
View 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