You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
web: governance links and proposals point at the home, not shotgate
- governance panel links to the org-level GOVERNANCE/MAINTAINERS/
CONTRIBUTING in coldqubit/.github instead of shotgate's
project-scoped files
- 'Propose a project' opens the project-proposal issue form on the
.github repository (product trackers are scoped to product bugs
and features)
- maintainers stat now parses the home roster in the org's
MAINTAINERS.md
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: index.html
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -119,9 +119,9 @@ <h2>One home, growing into an ecosystem.</h2>
119
119
<divclass="proj-role">planned</div>
120
120
</div>
121
121
</div>
122
-
<pclass="proj-desc">The gap between a runnable circuit and production is wider than one tool: scheduling, observability, policy, cost. If you want to build one of those layers in the open, start the conversation with an issue.</p>
122
+
<pclass="proj-desc">The gap between a runnable circuit and production is wider than one tool: scheduling, observability, policy, cost. If you want to build one of those layers in the open, there is a proposal form at the project home, and no working code is required to use it.</p>
123
123
<divclass="proj-links">
124
-
<aclass="plink" href="https://github.com/coldqubit/shotgate/issues">Propose a project <spanclass="arr">→</span></a>
124
+
<aclass="plink" href="https://github.com/coldqubit/.github/issues/new?template=project-proposal.yml">Propose a project <spanclass="arr">→</span></a>
125
125
</div>
126
126
</div>
127
127
</div>
@@ -136,14 +136,14 @@ <h2>One home, growing into an ecosystem.</h2>
136
136
<h3>One maintainer today, structured to grow.</h3>
137
137
<p>coldqubit is an independent, open-source project home for quantum tooling, not a company and not a one-person hobby. It is built so that no decision depends on any one person staying available.</p>
138
138
<ulclass="glist">
139
-
<li><spanclass="arr">→</span><span>Routine changes land by lazy consensus; substantial or hard-to-reverse changes are recorded as Architecture Decision Records.</span></li>
140
-
<li><spanclass="arr">→</span><span>Co-maintainers are welcome, including for a single area such as a backend, the Terraform module, or the docs.</span></li>
141
-
<li><spanclass="arr">→</span><span>Container-first reproducibility and written governance keep the project legible to new contributors.</span></li>
139
+
<li><spanclass="arr">→</span><span>Routine changes land by lazy consensus; substantial or hard-to-reverse changes are written down before they happen, org-scoped ones at the home, project-scoped ones as ADRs in the project.</span></li>
140
+
<li><spanclass="arr">→</span><span>New projects start as a proposal issue at the home; every project commits to the same shared standards.</span></li>
141
+
<li><spanclass="arr">→</span><span>Co-maintainers are welcome at every level, including for a single area such as a backend, the Terraform module, or the docs.</span></li>
0 commit comments