Org templates, governance, and reusable lint workflow#1
Merged
Conversation
- ISSUE_TEMPLATE/{bug_report,feature_request}.yml + config.yml
(blank issues off; contact links to website/spec/security). Bilingual note.
- PULL_REQUEST_TEMPLATE.md: spec-alignment + hard-constraint checklist.
- CONTRIBUTING.md: repo map, conventions, branch model, lint opt-in pattern.
- CODE_OF_CONDUCT.md: Contributor Covenant 2.1 (conduct@zurvanlinux.org).
- SECURITY.md: private reporting (GH Private Vuln Reporting / encrypted email),
signing-key integrity + rotation pointer.
- .github/workflows/lint.yml: reusable workflow_call running shellcheck +
yamllint (tolerant Actions-tuned config) and an astro check/build job gated
on the presence of astro.config.*.
- profile/README.md: Status updated from 'spec only' to Phase 1 in progress.
- README.md: documents the org-level files and the lint opt-in snippet.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Scope
Cross-cutting governance + tooling in the org
.githubrepo. These become org-wide defaults for every repo that doesn't override them.Changes
bug_report.yml,feature_request.yml(bilingual fa/en note),config.yml(blank issues disabled; contact links to website, spec docs, security policy).PULL_REQUEST_TEMPLATE.md— spec-alignment + hard-constraint reminders (Debian 13 amd64-only, Plasma 6.7 Wayland-default, non-free on, Vazirmatn, ISIRI 9147 + ZWNJ, Asia/Tehran + Jalali) + bilingual note.CONTRIBUTING.md— spec map, repo map, branch model (trunk-based), conventions (shell/TS/bilingual UX), and the lint opt-in pattern.CODE_OF_CONDUCT.md— Contributor Covenant 2.1 (enforcement: conduct@zurvanlinux.org).SECURITY.md— private reporting (GitHub Private Vuln Reporting or encrypted email), response targets, scope, signing-key integrity + rotation pointer..github/workflows/lint.yml— reusable (workflow_call):shellcheck+yamllint(tolerant config tuned for Actions YAML: line-length/indentation/comments off,truthy: {check-keys: false}for theon:key) + a conditionalastro check/buildjob that only fires when anastro.config.*is present.profile/README.md— Status section updated from 'specification only' to Phase 1 in progress (reflects M1.1a/M1.2/M1.3 landing + the pending P0).README.md— documents the org-level files + the lint opt-in snippet.Opt-in pattern (other repos)
Verification
lint.ymlself-consistent.iso-builder,apt-repository,website.