Skip to content

PR-01: Contributor infrastructure (scanner) - #12

Merged
emmanuelgjr merged 2 commits into
mainfrom
improve/pr-01-contributor-infra
Jul 18, 2026
Merged

PR-01: Contributor infrastructure (scanner)#12
emmanuelgjr merged 2 commits into
mainfrom
improve/pr-01-contributor-infra

Conversation

@emmanuelgjr

Copy link
Copy Markdown
Contributor

Phase 0 of the DSGAI scanner improvement plan. Cheap, zero-risk contributor scaffolding that every later phase's work items land in.

What's here

  • Issue-form templates (.github/ISSUE_TEMPLATE/, [scanner]-prefixed so they filter in the shared tracker):
    • scanner-false-positive.yml, scanner-false-negative.yml, scanner-new-rule.yml, scanner-bug.yml
    • config.yml — keeps blank issues enabled, adds an OWASP Slack contact link (TODO(maintainer) to swap in the direct channel invite).
  • dsgai_scanner_tool/CONTRIBUTING.md — a contributor funnel: fastest way to help (file FP/FN issues → they become fixture cases), rule-contribution format (points at the future rules/ schema), STRUCTURAL/VALUE-BEARING guidance, code-contribution rules, recognition + co-maintainer path.
  • dsgai_scanner_tool/ROADMAP.md — public roadmap distilled from Phases 1–4 (no internal execution detail).
  • dsgai_scanner_tool/CHANGES_v0.3.md — changelog scaffold; every subsequent PR appends here.

Verification

  • All five YAML templates lint clean (yamllint) and pass a GitHub issue-form structural check (valid element types, required labels, dropdowns have options).
  • CONTRIBUTING/ROADMAP cross-link; ROADMAP links resolve after the tracking issues are opened.

Follow-ups (this PR intentionally excludes)

  • Labels + 10–15 good-first-issue items are created after merge (they reference the merged roadmap), then linked back from the ROADMAP checkboxes.
  • TODO(maintainer): fill the direct OWASP Slack channel invite in config.yml.

Part of the improvement plan; one PR per workstream.

emmanuelgjr and others added 2 commits July 18, 2026 00:35
Add scanner-specific GitHub issue-form templates (false-positive,
false-negative, new-rule, bug) plus an issue-chooser config with an OWASP
Slack contact link. Add the scanner CONTRIBUTING funnel, a public ROADMAP
distilled from the improvement plan (Phases 1-4), and the CHANGES_v0.3
changelog scaffold that every subsequent PR appends to.

Templates are prefixed [scanner] so they filter cleanly in the shared
monorepo issue tracker. Labels and good-first-issues are created after merge.
@emmanuelgjr
emmanuelgjr merged commit b8ff971 into main Jul 18, 2026
7 checks passed
@emmanuelgjr
emmanuelgjr deleted the improve/pr-01-contributor-infra branch July 18, 2026 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant