forem

https://github.com/forem/forem

Ruby

For empowering community 🌱

AddIndexToGithubReposOnUserIdAndFeatured#change

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd forem

open db/migrate/20251103190150_add_index_to_github_repos_on_user_id_and_featured.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-AddIndexToGithubReposOnUserIdAndFeatured-change-for-pr


# Commit to git

git add db/migrate/20251103190150_add_index_to_github_repos_on_user_id_and_featured.rbgit commit -m "better docs for AddIndexToGithubReposOnUserIdAndFeatured#change"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-AddIndexToGithubReposOnUserIdAndFeatured-change-for-pr

hub pull-request


# Celebrate!