compass
https://github.com/chriseppstein/compass
CSS
Compass is no longer actively maintained. Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
MergeRequests::BuildService#assign_title_and_description
When your branch name starts with an iid followed by a dash this pattern will be interpreted as the user wants to close that issue on this project. For example: - Issue 112 exists, title: Emoji don't show up in commit title - Source branch is: 112-fix-mep-mep Will lead to: - Appending `Closes #112` to the description - Setting the title as 'Resolves "Emoji don't show up in commit title"' if there is more than one commit in the MR
Edit
git clone [email protected]:chriseppstein/compass.git
cd compass
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-MergeRequests--BuildService-assign_title_and_description-for-pr
# Commit to gitgit add git commit -m "better docs for MergeRequests::BuildService#assign_title_and_description"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-MergeRequests--BuildService-assign_title_and_description-for-pr
hub pull-request
# Celebrate!