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
<h3class="anchored" data-anchor-id="render-the-documentation">Render the documentation</h3>
215
-
<p>The README and documentation website are rendered with <ahref="https://quarto.org/docs/">Quarto</a>. Make changes to the <code>.qmd</code> files in the root folder and the <code>docs</code> folder. Then run the following commands to render:</p>
<p>Labels help categorize issues: - Use <code>bug</code> for reporting problems - Use <code>enhancement</code> for feature requests - Use <code>documentation</code> for documentation improvements - Use <code>question</code> for general queries</p>
<li>Fork the repository and clone your fork locally</li>
241
+
<li>Create a new branch from <code>main</code> with a descriptive name</li>
242
+
<li>Review the <ahref="https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/customization.html">customization</a>, <ahref="https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/architecture.html">architecture</a>, and <ahref="https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/authentication.html">authentication</a> pages for guidance on design patterns and code structure and style</li>
243
+
<li>Ensure all tests pass, including <code>mypy</code> type checking</li>
244
+
<li>Stage, commit, and push your changes to the branch:
245
+
<ul>
246
+
<li>Use clear, descriptive commit messages</li>
247
+
<li>Keep commits focused and atomic</li>
248
+
</ul></li>
249
+
<li>Submit your pull request:
250
+
<ul>
251
+
<li>Provide a clear description of the changes</li>
<h3class="anchored" data-anchor-id="rendering-the-documentation">Rendering the documentation</h3>
258
+
<p>The README and documentation website are rendered with <ahref="https://quarto.org/docs/">Quarto</a>. If you ,make changes to the <code>.qmd</code> files in the root folder and the <code>docs</code> folder, run the following commands to re-render the docs:</p>
216
259
<divclass="sourceCode" id="cb1"><preclass="sourceCode bash code-with-copy"><codeclass="sourceCode bash"><spanid="cb1-1"><ahref="#cb1-1" aria-hidden="true" tabindex="-1"></a><spanclass="co"># To render the documentation website</span></span>
<p>Due to a quirk of Quarto, an unnecessary <code>index.html</code> file is created in the root folder when the README is rendered. This file can be safely deleted.</p>
264
+
<p>Note that even if your pull request is merged, your changes will not be reflected on the live website until a maintainer republishes the docs.</p>
0 commit comments