gitlabhq
https://github.com/gitlabhq/gitlabhq
Ruby
GitLab CE Mirror | Please open new issues in our issue tracker on GitLab.com
Packages::Protection::CheckRuleExistenceService#check_rule_exists_for_deploy_token_or_blank_user
No Docs, write some!
Edit
git clone [email protected]:gitlabhq/gitlabhq.git
cd gitlabhq
open app/services/packages/protection/check_rule_existence_service.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Packages--Protection--CheckRuleExistenceService-check_rule_exists_for_deploy_token_or_blank_user-for-pr
# Commit to gitgit add app/services/packages/protection/check_rule_existence_service.rbgit commit -m "better docs for Packages::Protection::CheckRuleExistenceService#check_rule_exists_for_deploy_token_or_blank_user"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Packages--Protection--CheckRuleExistenceService-check_rule_exists_for_deploy_token_or_blank_user-for-pr
hub pull-request
# Celebrate!