forem

https://github.com/forem/forem

Ruby

For empowering community 🌱

ScheduledAutomations::Executor#perform_action

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:forem/forem.git

cd forem

open app/services/scheduled_automations/executor.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-ScheduledAutomations--Executor-perform_action-for-pr


# Commit to git

git add app/services/scheduled_automations/executor.rbgit commit -m "better docs for ScheduledAutomations::Executor#perform_action"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-ScheduledAutomations--Executor-perform_action-for-pr

hub pull-request


# Celebrate!