<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://nick2bad4u.github.io/eslint-plugin-github-actions-2/blog</id>
    <title>eslint-plugin-github-actions-2 Blog</title>
    <updated>2026-03-21T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://nick2bad4u.github.io/eslint-plugin-github-actions-2/blog"/>
    <subtitle>eslint-plugin-github-actions-2 Blog</subtitle>
    <icon>https://nick2bad4u.github.io/eslint-plugin-github-actions-2/img/logo.svg</icon>
    <entry>
        <title type="html"><![CDATA[Docs polish pass (developer docs, sidebar, and IA)]]></title>
        <id>https://nick2bad4u.github.io/eslint-plugin-github-actions-2/blog/docs-polish-pass</id>
        <link href="https://nick2bad4u.github.io/eslint-plugin-github-actions-2/blog/docs-polish-pass"/>
        <updated>2026-03-21T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We shipped a docs polish pass focused on developer experience:]]></summary>
        <content type="html"><![CDATA[<p>We shipped a docs polish pass focused on developer experience:</p>
<ul>
<li class="">upgraded developer information architecture and sidebar structure</li>
<li class="">added maintainer guides and ADR documentation pages</li>
<li class="">improved docs home with clear user-vs-maintainer paths</li>
<li class="">improved navigation to the TypeDoc developer API reference</li>
</ul>
<p>This pass also reinforces docs as a first-class deliverable, not only rule pages.</p>]]></content>
        <author>
            <name>Nick2bad4u</name>
            <uri>https://github.com/Nick2bad4u</uri>
        </author>
        <category label="docs" term="docs"/>
        <category label="docusaurus" term="docusaurus"/>
        <category label="typedoc" term="typedoc"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Maintainer workflow baseline]]></title>
        <id>https://nick2bad4u.github.io/eslint-plugin-github-actions-2/blog/maintainer-workflow-baseline</id>
        <link href="https://nick2bad4u.github.io/eslint-plugin-github-actions-2/blog/maintainer-workflow-baseline"/>
        <updated>2026-03-21T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[To keep contributions predictable and high-signal, our baseline maintainer loop is:]]></summary>
        <content type="html"><![CDATA[<p>To keep contributions predictable and high-signal, our baseline maintainer loop is:</p>
<ol>
<li class="">implement changes in <code>src/</code> and corresponding tests in <code>test/</code></li>
<li class="">update user/developer docs for any observable behavior shift</li>
<li class="">run typecheck, lint, tests, and docs build before opening PR</li>
</ol>
<p>By treating docs, metadata, and tests as one unit, we reduce drift and make
releases safer.</p>]]></content>
        <author>
            <name>Nick2bad4u</name>
            <uri>https://github.com/Nick2bad4u</uri>
        </author>
        <category label="maintainers" term="maintainers"/>
        <category label="workflow" term="workflow"/>
        <category label="quality" term="quality"/>
    </entry>
</feed>