camUrban/PteraSoftware - Open Source PR Review Scorecard

Ptera Software is a fast, easy-to-use, and open-source software package for analyzing flapping-wing flight.

C-Rank Grade: A (Welcoming) - 64/100

External PR Merge Rate: 67%

Response Time: 8h

First Timer Success: 75%

Frequently Asked Questions

Is camUrban/PteraSoftware welcoming to first-time open-source contributors?

camUrban/PteraSoftware has a recorded first-timer success rate of 75.0%. Repositories ranked A typically provide actionable feedback during code reviews and actively nurture new community contributors.

How fast can I expect code review feedback on my pull request?

Maintainers in camUrban/PteraSoftware respond to incoming external pull requests in approximately 7.7 hours on average. Keeping PRs focused on single tasks and ensuring tests pass helps maintainers review faster.

What does the 63.7 C-Rank™ score (A Tier) represent?

The C-Rank™ system evaluates GitHub projects on a 0–100 scale using real data: PR merge rates, review turnaround time, active maintainer presence, and first-time contributor success. A score of 63.7 places camUrban/PteraSoftware in the A tier.

What is the external contributor pull request merge rate for camUrban/PteraSoftware?

The external contributor pull request merge rate for camUrban/PteraSoftware is 66.7%, based on public PR activity from non-core contributors.

Are there Good First Issues available in camUrban/PteraSoftware?

camUrban/PteraSoftware currently has 2 active issue(s) tagged with beginner-friendly labels like "good first issue", "beginner", or "up-for-grabs".

camUrban
camUrban/PteraSoftwareAWelcoming263
GitHub
Back to Explorer
camUrban

camUrban/PteraSoftware

263
AWelcoming(64/100)Python

Ptera Software is a fast, easy-to-use, and open-source software package for analyzing flapping-wing flight.

Compare
Jump to:
Response Velocity
7 hours
Standard maintainer review cycle

Average Response Latency

Tracks hours until a maintainer leaves a review, comment, or PR response.

Merge Efficiency
66.7%
Moderate PR acceptance rate

External Acceptance Rate

Percentage of community pull requests successfully merged into main.

First-Timer Success
75.0%
Strong first-timer PR acceptance rate

First PR Conversion

Rate at which developers submitting their first repository PR succeed.

Active Maintainers
5 core
Small core review team
Diagnostic Health HUD
66.7%
Merge Gauge
75.0%
1st-Timer
Community Vibe73/100

Embed C-Rank Badge

Show contributors that your repository actively reviews and merges external pull requests.

GetMerged C-Rank badge for camUrban/PteraSoftware
[![GetMerged C-Rank](https://getmerged.abhishekco.de/api/badge/camUrban/PteraSoftware)](https://getmerged.abhishekco.de/camUrban/PteraSoftware?utm_source=github&utm_medium=badge)

Active Good First Issues (2)

View on GitHub

Problem Statement _transformations.py provides homogeneous 4x4 transform helpers (generate_rot_T, invert_T_pas, invert_T_act, and apply_T_to_vectors) but no equivalents for bare 3x3 rotation matrices, so the MuJoCo boundary code does rotation math inline with raw NumPy. The bare operations that need covering are: inverting a passive rotation (currently a .T; the TODO comment in MuJoCoModel.get_state already proposes naming this invert_R_pas), inverting an active rotation (the np.linalg.inv followed by .T in the MuJoCoModel constructor), extracting the 3x3 rotation block from a 4x4 transform (currently T[:3, :3]), and applying a rotation matrix to vectors (currently xmat @ qvel and R @ omega, the 3x3 analog of apply_T_to_vectors). This is correctness-neutral consistency work: the inline math is right, it is just unnamed, unvalidated, and repeated. Location(s): pterasoftware/_transformations.py, pterasoftware/_mujoco_model.py, docs/MUJOCO_CONVENTIONS.md, tests/unit/test_mujoco_model.py,

📅 Opened Jul 21, 2026💬 3 comments
Quality: 80/100Contribute

Problem Statement Airplane.weight defaults to 0.0 and OperatingPoint.g_E defaults to (0.0, 0.0, 0.0), so an all-defaults free-flight problem passes the weight == mass * |g_E| consistency check and silently simulates a weightless body in a gravity-free world. Every partial misconfiguration (a nonzero weight without gravity, or gravity without a matching weight) is caught with a loud, well-worded error; the fully-defaulted case is the one silent path through the check, and it is rarely what a free-flight user intends. Location(s): pterasoftware/problems.py (FreeFlightUnsteadyProblem.__init__), pterasoftware/operating_point.py (the g_E default). Proposed Solution Keep the zero defaults (they are deliberate: gravity and rotation rate always physically exist, zero is a valid value of each, and a genuinely weightless body should stay expressible), but log a warning from FreeFlightUnsteadyProblem.__init__ when the norm of g_E is zero, stating that the run will model a weightless body in a gra

📅 Opened Jun 12, 2026💬 4 comments
Quality: 70/100Contribute
Looking for more Python beginner tasks?Explore Python GFI

Contributor Community Vibe Feedback

Rate what actually matters after opening a pull request here.

Have you contributed to this repo?

Rate your first-hand PR experience (review speed, maintainer responsiveness, and onboarding ease) to help other contributors.

3 ratings required
Maintainer helpfulness
Review speed
Beginner friendliness

Contributor Compatibility & Review Speed Analysis for camUrban/PteraSoftware

When evaluating whether to contribute to camUrban/PteraSoftware, response velocity and maintainer engagement are crucial. GetMerged continuously tracks pull request trajectories, first-comment latency, and code review rounds to help developers avoid submitting pull requests to backlogged repositories.

Currently, maintainers of camUrban/PteraSoftware acknowledge new external contributions in approximately 7 hours. Out of all submitted pull requests from non-core authors in the last 180-day window, 66.7% were successfully merged into the primary branch.

Frequently Asked Questions - Contributing to camUrban/PteraSoftware

01

Is camUrban/PteraSoftware welcoming to first-time open-source contributors?

camUrban/PteraSoftware has a recorded first-timer success rate of 75.0%. Repositories ranked Welcoming typically provide actionable feedback during code reviews and actively nurture new community contributors.

02

How fast can I expect code review feedback on my pull request?

The initial maintainer response time averages ~7 hours. Keeping PRs scoped to single concerns and ensuring CI checks succeed will optimize review turnaround.

03

What does the 63.7 C-Rank™ score represent?

The C-Rank™ index scores repositories on a 0 to 100 scale using an objective formula: external PR merge rates, initial response speed, active maintainer count, and first-time contributor retention. A score of 63.7 places camUrban/PteraSoftware in the Welcoming tier.

04

What is the external contributor pull request merge rate for camUrban/PteraSoftware?

The external pull request merge rate is 66.7%. GetMerged isolates non-core community contributions so external developers get an accurate benchmark of PR acceptance probability.

05

Are there beginner Good First Issues open in camUrban/PteraSoftware?

Yes, camUrban/PteraSoftware currently has 2 active issue(s) tagged with beginner-friendly labels. You can inspect these directly from the repository issues tab.

GetMerged C-Rank™ Indexing Standard

All metrics displayed for camUrban/PteraSoftware are automatically retrieved via the public GitHub API and recalculated daily. Insider pull requests submitted by repository owners or organization members are excluded from merge rate calculations to preserve objective external contributor statistics.