open-build-service
https://github.com/opensuse/open-build-service
Ruby
A generic system to build and distribute packages from sources in an automatic, consistent and reproducible way. Release your software for a wide range of operating systems and hardware architectures.
AddAttributeToEnforceRequestAccepterAndCreatorToBeADifferentPerson#down
No Docs, write some!
Edit
git clone [email protected]:opensuse/open-build-service.git
cd open-build-service
open src/api/db/data/20220318123314_add_attribute_to_enforce_request_accepter_and_creator_to_be_a_different_person.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-AddAttributeToEnforceRequestAccepterAndCreatorToBeADifferentPerson-down-for-pr
# Commit to gitgit add src/api/db/data/20220318123314_add_attribute_to_enforce_request_accepter_and_creator_to_be_a_different_person.rbgit commit -m "better docs for AddAttributeToEnforceRequestAccepterAndCreatorToBeADifferentPerson#down"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-AddAttributeToEnforceRequestAccepterAndCreatorToBeADifferentPerson-down-for-pr
hub pull-request
# Celebrate!