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.

SwitchNotNullConstraintFromUserToReporterForReports#change

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone git@github.com:opensuse/open-build-service.git

cd open-build-service

open src/api/db/migrate/20250414133357_switch_not_null_constraint_from_user_to_reporter_for_reports.rb

Contribute

# Make a new branch

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


# Commit to git

git add src/api/db/migrate/20250414133357_switch_not_null_constraint_from_user_to_reporter_for_reports.rbgit commit -m "better docs for SwitchNotNullConstraintFromUserToReporterForReports#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-SwitchNotNullConstraintFromUserToReporterForReports-change-for-pr

hub pull-request


# Celebrate!