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

14
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,14 @@
### What does this PR do?
Please provide a brief summary of the changes this PR introduces. E.g., adding a new Open Source alternative, fixing broken links, or adding a new deployment guide.
### Related Issues
Fixes #<ISSUE_NUMBER>
### Checklist
- [ ] I've read the `CONTRIBUTING.md` guide.
- [ ] If this adds a new tool, it includes the required schema fields, notably `id`, `name`, `type`, `url`, `open_source_url`.
- [ ] If this updates docs, the changes are written in MDX to match existing docs in `docs/app/deploy/`.
- [ ] This maintains a neutral, fact-based tone when making pros/cons edits.