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.
Staging::StagedRequests#add_review_for_unstaged_declined_request
No Docs, write some!
Edit
git clone git@github.com:opensuse/open-build-service.git
cd open-build-service
open src/api/app/models/staging/staged_requests.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Staging--StagedRequests-add_review_for_unstaged_declined_request-for-pr
# Commit to gitgit add src/api/app/models/staging/staged_requests.rbgit commit -m "better docs for Staging::StagedRequests#add_review_for_unstaged_declined_request"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Staging--StagedRequests-add_review_for_unstaged_declined_request-for-pr
hub pull-request
# Celebrate!