scss.tmbundle
https://github.com/marioricalde/scss.tmbundle
The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.
SystemNoteService#change_issue_assignees
Called when the assignees of an Issue is changed or removed issue - Issue object project - Project owning noteable author - User performing the change assignees - Users being assigned, or nil Example Note text: "removed all assignees" "assigned to @user1 additionally to @user2" "assigned to @user1, @user2 and @user3 and unassigned from @user4 and @user5" "assigned to @user1 and @user2" Returns the created Note object
Edit
git clone [email protected]:marioricalde/scss.tmbundle.git
cd scss.tmbundle
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-SystemNoteService-change_issue_assignees-for-pr
# Commit to gitgit add git commit -m "better docs for SystemNoteService#change_issue_assignees"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-SystemNoteService-change_issue_assignees-for-pr
hub pull-request
# Celebrate!