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
<li>Pick an issue labeled <ahref="https://github.com/Tuntii/RustAPI/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22"><code>good first issue</code></a> or <ahref="https://github.com/Tuntii/RustAPI/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22"><code>help wanted</code></a> when available</li>
214
-
<li>Fork → branch → PR (squash merge to <code>main</code>)</li>
214
+
<li>Fork → branch → PR (squash merge to <code>main</code>)</li>
<p>When you change public behavior, update the cookbook recipe or reference page that matches the feature. When you only fix internals, a CHANGELOG entry under <strong>Changed</strong> or <strong>Fixed</strong> is enough.</p>
233
+
<p>Key docs to keep in sync on release:</p>
234
+
<ul>
235
+
<li>Version pins in <code>docs/GETTING_STARTED.md</code>, cookbook recipes, and <code>README.md</code></li>
236
+
<li><ahref="PRODUCTION_BASELINE.html">Production Baseline</a> and <ahref="PRODUCTION_CHECKLIST.html">Production Checklist</a> when defaults change</li>
237
+
<li><ahref="cookbook/src/recipes/rustapi_cloud.html">RustAPI Cloud recipe</a> when CLI cloud commands change</li>
238
+
</ul>
233
239
<h3id="public-api-changes"><aclass="header" href="#public-api-changes">Public API changes</a></h3>
234
240
<p>User-facing API surface is defined by the <code>rustapi-rs</code> facade. Changes that affect public types or feature flags may require:</p>
<p>Releases are tagged <code>v0.1.<commit-count></code> and published to <ahref="https://crates.io/crates/rustapi-rs">crates.io</a>. See <ahref="../CHANGELOG.html">CHANGELOG.md</a> and <ahref="../RELEASES.html">RELEASES.md</a> for notes.</p>
256
+
<p><strong>Repository split:</strong> RustAPI Cloud backend development happens in <ahref="https://github.com/Tuntii/RustAPI-Cloud">RustAPI-Cloud</a>. This repo ships the framework and CLI only.</p>
0 commit comments