beyond-all-reason/teiserver - Open Source PR Review Scorecard

Middleware server for online gaming

C-Rank Grade: S (Elite) - 75/100

External PR Merge Rate: 91%

Response Time: 1d

First Timer Success: 81%

Frequently Asked Questions

Is beyond-all-reason/teiserver welcoming to first-time open-source contributors?

beyond-all-reason/teiserver has a recorded first-timer success rate of 81.3%. Repositories ranked S 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 beyond-all-reason/teiserver respond to incoming external pull requests in approximately 30.7 hours on average. Keeping PRs focused on single tasks and ensuring tests pass helps maintainers review faster.

What does the 75.0 C-Rankâ„¢ score (S 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 75.0 places beyond-all-reason/teiserver in the S tier.

What is the external contributor pull request merge rate for beyond-all-reason/teiserver?

The external contributor pull request merge rate for beyond-all-reason/teiserver is 91.3%, based on public PR activity from non-core contributors.

Are there Good First Issues available in beyond-all-reason/teiserver?

beyond-all-reason/teiserver currently has 15 active issue(s) tagged with beginner-friendly labels like "good first issue", "beginner", or "up-for-grabs".

beyond-all-reason
beyond-all-reason/teiserverS•Elite102
GitHub
Back to Explorer
beyond-all-reason

beyond-all-reason/teiserver

102
S•Elite(75/100)Elixir

Middleware server for online gaming

Compare•
Jump to:

AI Maintainer Review Guidelines

Review Persona

Welcoming Community Builder

Warmth Score
9.5/10
Patience Score
9.2/10
Nitpick Rate
25%

Highly welcoming maintainers in beyond-all-reason/teiserver. Prompt code reviews with positive guidance for new contributors.

Top PR Submission Do's

  • •Ensure code complies with the project coding style
  • •Keep PRs scoped to a single concern
  • •Include context and link to the related issue

Top PR Friction Pitfalls (Don'ts)

  • •Do not submit PRs without linking an issue
  • •Do not break existing tests without fixing them
  • •Do not mix unrelated refactors in a single PR
Response Velocity
1 days+
Standard maintainer review cycle

Average Response Latency

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

Merge Efficiency
91.3%
High acceptance rate for external PRs

External Acceptance Rate

Percentage of community pull requests successfully merged into main.

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

First PR Conversion

Rate at which developers submitting their first repository PR succeed.

Active Maintainers
16 core
Highly collaborative maintainer core
Diagnostic Health HUD
91.3%
Merge Gauge
81.3%
1st-Timer
Community Vibe68/100

Embed C-Rank Badge

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

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

Active Good First Issues (5)

View on GitHub

Currently when you reset password, it removes 2FA. That should be changed to requiring to input the 2FA code, if enabled

📅 Opened Aug 10, 2026💬 0 comments
Quality: 75/100Contribute

If a raw type banned phrase contains a 1, 3, 4, 5, 7, 8, 0, - or _ it will never match any text because those characters will be replaced by Teiserver.Helper.StringHelper.leet_replace before the text is passed to message_severity check in Teiserver.Chat.WordLib.blacklisted_phrase?. def blacklisted_phrase?(text) do text = StringHelper.leet_replace(text) # If it's a high severity match then yes it is blacklisted BannedPhrase.message_severity(text, :high) == :high end def leet_replace(title) do title |> String.downcase() |> String.replace("1", "l") |> String.replace("3", "e") |> String.replace("4", "a") |> String.replace("5", "s") |> String.replace("7", "t") |> String.replace("8", "b") |> String.replace("0", "o") |> String.replace("-", "") |> String.replace("_", "") end

📅 Opened Aug 9, 2026💬 0 comments
Quality: 90/100Contribute

Steps to reproduce: Go to any users admin page (teiserver/admin/user/) Click actions dropdown and select reset flood protection Not Found

📅 Opened Aug 3, 2026💬 0 comments
Quality: 75/100Contribute

New data expected for that event: beyond-all-reason/tachyon#150 so that client can know which state they're in wrt matchmaking.

📅 Opened Jul 31, 2026💬 0 comments
Quality: 75/100Contribute

Currently the page has an "Ignore users already banned" checkbox that filters already banned users. A similar checkbox is requested to ignore users that were assigned the "Trusted" role. Default enabled.

📅 Opened Jul 30, 2026💬 0 comments
Quality: 35/100Contribute
Looking for more Elixir beginner tasks?Explore Elixir 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 beyond-all-reason/teiserver

When evaluating whether to contribute to beyond-all-reason/teiserver, 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 beyond-all-reason/teiserver acknowledge new external contributions in approximately 1 days+. Out of all submitted pull requests from non-core authors in the last 180-day window, 91.3% were successfully merged into the primary branch.

Frequently Asked Questions - Contributing to beyond-all-reason/teiserver

01

Is beyond-all-reason/teiserver welcoming to first-time open-source contributors?

beyond-all-reason/teiserver has a recorded first-timer success rate of 81.3%. Repositories ranked Elite 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 ~1 days+. Keeping PRs scoped to single concerns and ensuring CI checks succeed will optimize review turnaround.

03

What does the 75.0 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 75.0 places beyond-all-reason/teiserver in the Elite tier.

04

What is the external contributor pull request merge rate for beyond-all-reason/teiserver?

The external pull request merge rate is 91.3%. 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 beyond-all-reason/teiserver?

Yes, beyond-all-reason/teiserver currently has 15 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 beyond-all-reason/teiserver 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.

beyond-all-reason/teiserver (S-Tier 75.0) • 91% Merge | GM