Skip to content

feat: add GitHub templates (CODEOWNERS, PR template, issue templates)#10

Merged
StuMason merged 4 commits intomainfrom
feat/github-templates
Jan 17, 2026
Merged

feat: add GitHub templates (CODEOWNERS, PR template, issue templates)#10
StuMason merged 4 commits intomainfrom
feat/github-templates

Conversation

@StuMason
Copy link
Copy Markdown
Owner

Summary

  • CODEOWNERS for automatic reviewer assignment
  • Pull request template with checklist
  • Issue templates for bugs and feature requests

What's Included

  • .github/CODEOWNERS - Assigns @StuMason as default reviewer
  • .github/PULL_REQUEST_TEMPLATE.md - Standard PR checklist
  • .github/ISSUE_TEMPLATE/bug_report.yml - Structured bug reports
  • .github/ISSUE_TEMPLATE/feature_request.yml - Feature request template
  • .github/ISSUE_TEMPLATE/config.yml - Enables blank issues

Stu Mason + AI me@stumason.dev

- CODEOWNERS for automatic reviewer assignment
- Pull request template with checklist
- Issue templates for bugs and feature requests

Stu Mason + AI <me@stumason.dev>
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 17, 2026

Codecov Report

❌ Patch coverage is 88.88889% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.11%. Comparing base (baf9840) to head (d59633f).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/polar_flow/endpoints/activity_samples.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #10   +/-   ##
=======================================
  Coverage   77.11%   77.11%           
=======================================
  Files          29       29           
  Lines        1040     1040           
  Branches       93       93           
=======================================
  Hits          802      802           
  Misses        206      206           
  Partials       32       32           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Ran ruff format to fix formatting issues that were causing CI failure.

Stu Mason + AI <me@stumason.dev>
Fixes ruff ARG002 (unused method argument) lint error while keeping
backwards compatibility.

Stu Mason + AI <me@stumason.dev>
The underscore prefix broke backwards compatibility for callers using
user_id as a keyword argument. Using noqa: ARG002 to suppress the lint
error while keeping the public API stable.

Stu Mason + AI <me@stumason.dev>
@StuMason StuMason merged commit 9ad165e into main Jan 17, 2026
8 checks passed
@StuMason StuMason deleted the feat/github-templates branch January 17, 2026 16:57
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