<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Contributing on Divekit</title><link>https://divekit.org/docs/3-development/contributing/</link><description>Recent content in Contributing on Divekit</description><generator>Hugo</generator><language>en</language><atom:link href="https://divekit.org/docs/3-development/contributing/index.xml" rel="self" type="application/rss+xml"/><item><title>Development Setup</title><link>https://divekit.org/docs/3-development/contributing/development-setup/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://divekit.org/docs/3-development/contributing/development-setup/</guid><description>&lt;p&gt;This page intentionally stays short.&#10;The detailed development-setup workflow changes together with the CLI repository and is maintained there to avoid duplication.&lt;/p&gt;&#10;&lt;h2 id="stable-summary"&gt;Stable Summary&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Clone &lt;code&gt;divekit-cli&lt;/code&gt;&lt;/li&gt;&#10;&lt;li&gt;Use Go &lt;code&gt;1.24+&lt;/code&gt;&lt;/li&gt;&#10;&lt;li&gt;Build with &lt;code&gt;make build&lt;/code&gt;&lt;/li&gt;&#10;&lt;li&gt;Run checks with &lt;code&gt;make check&lt;/code&gt;&lt;/li&gt;&#10;&lt;li&gt;Use the CLI repo&amp;rsquo;s Local GitLab guide when local GitLab is required&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="source-of-truth"&gt;Source of Truth&lt;/h2&gt;&#10;&lt;p&gt;For the current step-by-step setup, use:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;a href="https://gitlab.git.nrw/divekit/divekit-cli/-/blob/main/CONTRIBUTING.md"&gt;CONTRIBUTING.md&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;&lt;a href="https://gitlab.git.nrw/divekit/divekit-cli/-/blob/main/docs/development/README.md"&gt;Development Documentation&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;&lt;a href="https://gitlab.git.nrw/divekit/divekit-cli/-/blob/main/docs/development/local-gitlab.md"&gt;Local GitLab Setup&lt;/a&gt;&lt;/li&gt;&#10;&lt;/ul&gt;</description></item><item><title>Error Handling</title><link>https://divekit.org/docs/3-development/contributing/errors/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://divekit.org/docs/3-development/contributing/errors/</guid><description>&lt;p&gt;Divekit uses a centralized categorized error model built around &lt;code&gt;internal/error&lt;/code&gt; (&lt;code&gt;apperror&lt;/code&gt;), command middleware, and &lt;code&gt;internal/shell/logging&lt;/code&gt;.&lt;/p&gt;&#10;&lt;p&gt;This page is now only a summary.&#10;The implementation-coupled source of truth lives in the CLI repository under &lt;code&gt;docs/architecture/error-handling.md&lt;/code&gt;.&lt;/p&gt;&#10;&lt;h2 id="stable-summary"&gt;Stable Summary&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;commands should return typed errors, not format terminal output themselves&lt;/li&gt;&#10;&lt;li&gt;user messages and technical details should stay separate&lt;/li&gt;&#10;&lt;li&gt;exit codes are determined centrally&lt;/li&gt;&#10;&lt;li&gt;logging should go through the shared logging package&lt;/li&gt;&#10;&lt;li&gt;fallback behavior should be explicit and observable&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;For package paths, current examples, and maintainer-level guidance, use the CLI repository document.&lt;/p&gt;</description></item><item><title>Contributing Guidelines</title><link>https://divekit.org/docs/3-development/contributing/guidelines/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://divekit.org/docs/3-development/contributing/guidelines/</guid><description>&lt;p&gt;This page keeps only the stable contribution expectations.&#10;The current contributor workflow is maintained in the CLI repository under &lt;code&gt;CONTRIBUTING.md&lt;/code&gt;.&lt;/p&gt;&#10;&lt;h2 id="stable-expectations"&gt;Stable Expectations&lt;/h2&gt;&#10;&lt;ol&gt;&#10;&lt;li&gt;Make code changes in the CLI repository.&lt;/li&gt;&#10;&lt;li&gt;Update tests and documentation when behavior changes.&lt;/li&gt;&#10;&lt;li&gt;Run the relevant checks before opening a merge request.&lt;/li&gt;&#10;&lt;li&gt;Keep user-facing text in English.&lt;/li&gt;&#10;&lt;li&gt;Prefer consistency with existing command, handler, and error-handling patterns.&lt;/li&gt;&#10;&lt;/ol&gt;&#10;&lt;h2 id="source-of-truth"&gt;Source of Truth&lt;/h2&gt;&#10;&lt;p&gt;Use the CLI repository for current details about:&lt;/p&gt;</description></item></channel></rss>