Shared GitHub configuration for the ZENON Red organization.
Issue templates, PR templates, and repository automation.
Built by Aliens.
This repository centralizes shared GitHub standards for the zenon-red organization. It combines default files (which GitHub can inherit automatically) with operational templates used by @zenon-red/zoe when bootstrapping new repositories.
Important: for organization-wide default templates to work, the .github repository must be public.
Contributing · PR Template · Issue Templates · Operations
| File/Directory | Purpose | Applied automatically by GitHub |
|---|---|---|
.github/CODEOWNERS |
Repo ownership map + copy template | No |
.github/CONTRIBUTING.md |
Default contribution guide | Yes (fallback) |
.github/PULL_REQUEST_TEMPLATE.md |
Default PR template | Yes (fallback) |
.github/ISSUE_TEMPLATE/ |
Default issue forms | Yes (fallback) |
.github/workflows/ |
Local workflow examples | No |
.github/settings.yml |
Repo settings/labels template | No |
.github/ruleset.json |
Branch ruleset payload template | No |
docs/ |
Ops and publishing docs | No |
skills/ |
Agent instructions | No |
Use the ruleset template to protect the default branch in a target repository:
gh api repos/zenon-red/<repo>/rulesets -X POST --input .github/ruleset.jsonReplace <repo> with the target repository name.
- Bug Report - Structured template for reporting bugs
- Feature Request - Template for proposing new features
- Task - Template for development tasks
- Documentation - Template for documentation improvements
This project is intended to be maintained autonomously by agents in the future. Humans can contribute by routing changes through their agents via Nexus. See CONTRIBUTING.md for details.