osem

https://github.com/opensuse/osem

Ruby

Open Source Event Manager. An event management tool tailored to Free and Open Source Software conferences.

Cfp#notify_on_cfp_date_update?

Checks whether cfp date is updated

====Returns
* +True+ -> If cfp dates is updated and all other parameters are set
* +False+ -> Either cfp date is not updated or one or more parameter is not set

Source | Google | Stack overflow

Edit

git clone [email protected]:opensuse/osem.git

cd osem

open app/models/cfp.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Cfp-notify_on_cfp_date_update--for-pr


# Commit to git

git add app/models/cfp.rbgit commit -m "better docs for Cfp#notify_on_cfp_date_update?"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Cfp-notify_on_cfp_date_update--for-pr

hub pull-request


# Celebrate!