From 972b465ef843e382688cdda82f78cd14cf53efb6 Mon Sep 17 00:00:00 2001 From: Andre Miranda Date: Wed, 23 Oct 2024 15:51:23 -0400 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit small grammar and spelling update 😄 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbcf934..754831c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Hall-of-fame helps you show some love to your contributors. It automatically hig ## How it works -Every hour, Hall-of-fame looks into recent commits of your repo using GitHub API. It then selects three categories of contributors: new (those who made their first commit to your repo in the last 7 days), trending (those with most commits in the last 7 days), and top (those with most commits of all time). It then selects up to three new contributors, up to 4 trending contributors, and if total is less than 7, it fill up the remaining spots with top contributors. +Every hour, Hall-of-fame looks into recent commits of your repo using GitHub API. It then selects three categories of contributors: new (those who made their first commit to your repo in the last 7 days), trending (those with most commits in the last 7 days), and top (those with most commits of all time). It then selects up to three new contributors, up to 4 trending contributors, and if the total is less than 7, it fills up the remaining spots with top contributors. Each contributor in the Hall-of-fame is represented with their avatar, and a badge new/trending/top with the corresponding number of commits. Each avatar links to a contributor's profile. Which means that anyone has a chance to be prominently featured on your README for some time! @@ -77,7 +77,7 @@ Note that Hall-of-fame will use your GitHub token for hourly updates via GitHub **A:** We want Hall-of-fame to change frequently (hence emphasis on changes in the last week), and we want it to be immediately exciting for your first time contributors. You need new contributors, right? We better make them excited. -**Q:** I just commited, and I don't see my face on Hall-of-fame! What is going on? +**Q:** I just committed, and I don't see my face on Hall-of-fame! What is going on? **A:** It refreshes once an hour, and sometimes takes a bit longer. Just wait, it will be there. Another possibility is there are enough contributors with more commits this week. Contributors are sorted by the number of commits, so if you push another commit, you will increase your chance to show in Hall-of-fame.