osem
https://github.com/opensuse/osem
Ruby
Open Source Event Manager. An event management tool tailored to Free and Open Source Software conferences.
EventsHelper#voting_open_or_close
Checks if the voting has already started, or if it has already ended
Edit
git clone [email protected]:opensuse/osem.git
cd osem
open app/helpers/events_helper.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-EventsHelper-voting_open_or_close-for-pr
# Commit to gitgit add app/helpers/events_helper.rbgit commit -m "better docs for EventsHelper#voting_open_or_close"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-EventsHelper-voting_open_or_close-for-pr
hub pull-request
# Celebrate!