Skip to content

Fixed a typo in one of the 24 Pull Request badges #180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 18, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/models/badges/twenty_four_pull_requests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ def load_badges
Object.const_set "TwentyFourPullRequestsParticipant#{year}", Class.new(BadgeBase) {
describe "24PullRequests Participant",
skill: 'Open Source',
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}",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long. [110/80]

for: "participating in the 24pullrequest initiative during #{year}",
image_name: "24-participant.png",
url: "http://24pullrequests.com/"
}
end
end
end
end
end