libraries.io
https://github.com/librariesio/libraries.io
Ruby
:books: The Open Source Discovery Service
AddCreatedAtIndexToDependencies#up
No Docs, write some!
Edit
git clone [email protected]:librariesio/libraries.io.git
cd libraries.io
open db/migrate/20230705195409_add_created_at_index_to_dependencies.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-AddCreatedAtIndexToDependencies-up-for-pr
# Commit to gitgit add db/migrate/20230705195409_add_created_at_index_to_dependencies.rbgit commit -m "better docs for AddCreatedAtIndexToDependencies#up"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-AddCreatedAtIndexToDependencies-up-for-pr
hub pull-request
# Celebrate!