feat: add GitHub templates (CODEOWNERS, PR template, issue templates)#10
Merged
feat: add GitHub templates (CODEOWNERS, PR template, issue templates)#10
Conversation
- CODEOWNERS for automatic reviewer assignment - Pull request template with checklist - Issue templates for bugs and feature requests Stu Mason + AI <me@stumason.dev>
Codecov Report❌ Patch coverage is
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. 🚀 New features to boost your workflow:
|
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
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 issuesStu Mason + AI me@stumason.dev