We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232839c commit 377d13aCopy full SHA for 377d13a
app/models/badges/twenty_four_pull_requests.rb
@@ -14,12 +14,12 @@ def load_badges
14
Object.const_set "TwentyFourPullRequestsParticipant#{year}", Class.new(BadgeBase) {
15
describe "24PullRequests Participant",
16
skill: 'Open Source',
17
- description: "Sent at least one pull request during during the first 24 days of December #{year}",
+ description: "Sent at least one pull request during the first 24 days of December #{year}",
18
for: "participating in the 24pullrequest initiative during #{year}",
19
image_name: "24-participant.png",
20
url: "http://24pullrequests.com/"
21
}
22
end
23
24
25
-end
+end
0 commit comments