prem-k-r/MaterialYouNewTab - Open Source PR Review Scorecard

MY NewTab: A Simple New Tab (browser's home page) inspired with Google's 'Material You' design

C-Rank Grade: B (Solid) - 48/100

External PR Merge Rate: 43%

Response Time: 6d

First Timer Success: 60%

Frequently Asked Questions

Is prem-k-r/MaterialYouNewTab welcoming to first-time open-source contributors?

prem-k-r/MaterialYouNewTab has a recorded first-timer success rate of 60.0%. Repositories ranked B 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 prem-k-r/MaterialYouNewTab respond to incoming external pull requests in approximately 146.3 hours on average. Keeping PRs focused on single tasks and ensuring tests pass helps maintainers review faster.

What does the 48.4 C-Rank™ score (B 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 48.4 places prem-k-r/MaterialYouNewTab in the B tier.

What is the external contributor pull request merge rate for prem-k-r/MaterialYouNewTab?

The external contributor pull request merge rate for prem-k-r/MaterialYouNewTab is 43.5%, based on public PR activity from non-core contributors.

Are there Good First Issues available in prem-k-r/MaterialYouNewTab?

prem-k-r/MaterialYouNewTab currently has 5 active issue(s) tagged with beginner-friendly labels like "good first issue", "beginner", or "up-for-grabs".

prem-k-r
prem-k-r/MaterialYouNewTabBSolid698
GitHub
Back to Explorer
prem-k-r

prem-k-r/MaterialYouNewTab

698
BSolid(48/100)JavaScript

MY NewTab: A Simple New Tab (browser's home page) inspired with Google's 'Material You' design

Compare
Jump to:

AI Maintainer Review Guidelines

Review Persona

Strict Quality Architect

Warmth Score
6.8/10
Patience Score
7.3/10
Nitpick Rate
41%

Rigorous architecture standards (62% critical review signals). Ensure PRs strictly follow guidelines before requesting review in prem-k-r/MaterialYouNewTab.

Top PR Submission Do's

  • Add unit tests with >80% coverage for modified code paths
  • Run repository linter and code formatters locally before pushing
  • Link relevant GitHub issue ID in PR description pre-flight checklist

Top PR Friction Pitfalls (Don'ts)

  • Do not submit unlinked PRs without referencing an existing issue
  • Do not mix refactoring and feature logic into a single commit
  • Do not ping maintainers repeatedly within 24 hours of opening
Response Velocity
6 days+
Standard maintainer review cycle

Average Response Latency

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

Merge Efficiency
43.5%
Moderate PR acceptance rate

External Acceptance Rate

Percentage of community pull requests successfully merged into main.

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

First PR Conversion

Rate at which developers submitting their first repository PR succeed.

Active Maintainers
15 core
Highly collaborative maintainer core
Diagnostic Health HUD
43.5%
Merge Gauge
60.0%
1st-Timer
Community Vibe35/100

Embed C-Rank Badge

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

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

Active Good First Issues (5)

View on GitHub

Your Question or Issue I found an extension with the same or a very similar name. This may confuse users and could potentially be used for spam or impersonation. Could the maintainers please review this and confirm whether any action is needed? cc @prem-k-r What browser are you using? Google Chrome Additional Information (if any) List Of Extensions https://chromewebstore.google.com/detail/ngagaahlooknahpbppifocdndhcdknel https://chromewebstore.google.com/detail/bjcfejhmbcbpngohabeibdhloechgabd Agreement I have searched the FAQs and existing issues before submitting. I agree to follow this project's Code of Conduct.

📅 Opened Jun 26, 2026💬 4 comments
Quality: 80/100Contribute

Contact Details https://t.me/IloveLinuxBTW, [email protected] What happened? When the browser is opened not in fullscreen mode, the shortcuts icons on the New Tab Page become squished/compressed. The issue is especially noticeable and severe when the vertical tab strip (side tab panel) is enabled (available via flags since approximately version 145). In this configuration, shortcuts are compressed horizontally and appear misaligned, as if the layout does not properly account for the reduced available width. When using the classic top tab layout, the issue is still present but significantly less pronounced. Actual result Shortcuts icons are compressed/squished. Layout appears broken and misaligned, especially with the side tab panel enabled. The UI does not properly adapt to the available window width. Expected result Shortcuts icons should scale and align correctly regardless of: fullscreen or windowed mode tab layout (top tabs or side tabs) The New Tab Page layout should properly ad

📅 Opened Feb 5, 2026💬 0 comments
Quality: 30/100Contribute

Contact Details No response Your Question or Issue Question [Question]: how can I hide the clock? I do not see that as an option in the settings. I don't love how it looks and would want to hide it. I can change it to digital or analog but cannot hide it. Extension Version Latest Stable Release (Chrome Web Store) Extension Version ID No response What browser are you using? Other (mention below) Browser Name No response Operating System Android 16, One UI 8 - Chromite Additional Information (if any) No response Agreement I have searched the FAQs and existing issues before submitting. I agree to follow this project's Code of Conduct.

📅 Opened Jan 25, 2026💬 3 comments
Quality: 70/100Contribute

We have been using WeatherAPI’s forecast endpoint for a long time: https://api.weatherapi.com/v1/forecast.json ?key=${apiKey} &q=${currentUserLocation} &days=1 &aqi=no &alerts=no &lang=${lang} This endpoint already provides: Current weather data (updates every 15 minutes) Hourly forecast for today (00:00–23:00) Current behavior: Only the current weather data is being used. Data retention: 7.25 minutes when the user provides their own API key 16 minutes otherwise Forecast data returned by the API is ignored. Proposed change: Store additional data from the same API response Persist today’s hourly forecast data along with current conditions. Enable offline support When offline, fall back to the stored forecast data instead of showing no weather. Offline behavior example: User fetches weather data once today while online. Later, the user goes offline and opens the browser at 10:40 AM. The extension should display the 10:00 hourly forecast data. The same logic applies

📅 Opened Dec 30, 2025💬 14 comments
Quality: 70/100Contribute

Contact Details Shawkik-Islam-Joha What happened? Very large Deviation in Humidity Value in Weather Extension Version Latest Stable Release (Chrome Web Store) Extension Version ID 3.3 What browser are you using? Microsoft Edge Browser Name No response Operating System Windows 11 Steps to Reproduce Open a New Tab Weather showing Temperature and Humidity value showing Checked the accuracy from Accuweather There is a large deviation in data from accuweather Console Errors / Logs Screenshots Agreement I have searched for existing issues and checked the FAQs before submitting this. I agree to follow this project's Code of Conduct.

📅 Opened Dec 26, 2025💬 7 comments
Quality: 30/100Contribute
Looking for more JavaScript beginner tasks?Explore JavaScript 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 prem-k-r/MaterialYouNewTab

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

Frequently Asked Questions - Contributing to prem-k-r/MaterialYouNewTab

01

Is prem-k-r/MaterialYouNewTab welcoming to first-time open-source contributors?

prem-k-r/MaterialYouNewTab has a recorded first-timer success rate of 60.0%. Repositories ranked Solid 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 ~6 days+. Keeping PRs scoped to single concerns and ensuring CI checks succeed will optimize review turnaround.

03

What does the 48.4 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 48.4 places prem-k-r/MaterialYouNewTab in the Solid tier.

04

What is the external contributor pull request merge rate for prem-k-r/MaterialYouNewTab?

The external pull request merge rate is 43.5%. 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 prem-k-r/MaterialYouNewTab?

Yes, prem-k-r/MaterialYouNewTab currently has 5 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 prem-k-r/MaterialYouNewTab 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.