-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
53 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Contributing to Bootstrap-waterfall | ||
The codes here is very simple, enjoy your contributing, happy coding! | ||
|
||
|
||
## Keep it simple | ||
**Simple** is the only one thing to keep in mind. | ||
|
||
## Git Commit Messages | ||
* Commit message will be used as release notes directly. | ||
* Start with an emoji beblow: | ||
|
||
*(From [Atom](https://github.com/atom/atom/blob/master/CONTRIBUTING.md) Team)* | ||
* :art: `:art:` when improving the format/structure of the code | ||
* :racehorse: `:racehorse:` when improving performance | ||
* :non-potable_water: `:non-potable_water:` when plugging memory leaks | ||
* :memo: `:memo:` when writing docs | ||
* :penguin: `:penguin:` when fixing something on Linux | ||
* :apple: `:apple:` when fixing something on Mac OS | ||
* :checkered_flag: `:checkered_flag:` when fixing something on Windows | ||
* :bug: `:bug:` when fixing a bug | ||
* :fire: `:fire:` when removing code or files | ||
* :green_heart: `:green_heart:` when fixing the CI build | ||
* :white_check_mark: `:white_check_mark:` when adding tests | ||
* :lock: `:lock:` when dealing with security | ||
* :arrow_up: `:arrow_up:` when upgrading dependencies | ||
* :arrow_down: `:arrow_down:` when downgrading dependencies | ||
* :shirt: `:shirt:` when removing linter warnings | ||
|
||
*(or)* | ||
* :beers: `:beers:` when bumping versions | ||
* :+1: `:+1:` when improving the quality of the code | ||
|
||
## Todo | ||
* Prepare gh-pages. | ||
* Write test cases. | ||
* CI | ||
|
||
## Done | ||
* Support simple usage. | ||
* Try on [JiaDingWaiMai](https://github.com/Mystist/JiaDingWaiMai). | ||
* Update Yeoman generater. | ||
* Fix the way of getting pin's width when resize with responsive layout. | ||
* Explain why named as bootstrap. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,10 @@ | ||
# bootstrap-waterfall | ||
# Bootstrap-waterfall | ||
> Waterfall the world beauty. | ||
## Git Commit Messages | ||
* Commit message will be used as release notes directly. | ||
* Start with an emoji beblow: | ||
Boostrap-waterfall is something like [Pinterest](https://www.pinterest.com/). | ||
One line code to use it. | ||
|
||
*(From [Atom](https://github.com/atom/atom/blob/master/CONTRIBUTING.md) Team)* | ||
* :art: `:art:` when improving the format/structure of the code | ||
* :racehorse: `:racehorse:` when improving performance | ||
* :non-potable_water: `:non-potable_water:` when plugging memory leaks | ||
* :memo: `:memo:` when writing docs | ||
* :penguin: `:penguin:` when fixing something on Linux | ||
* :apple: `:apple:` when fixing something on Mac OS | ||
* :checkered_flag: `:checkered_flag:` when fixing something on Windows | ||
* :bug: `:bug:` when fixing a bug | ||
* :fire: `:fire:` when removing code or files | ||
* :green_heart: `:green_heart:` when fixing the CI build | ||
* :white_check_mark: `:white_check_mark:` when adding tests | ||
* :lock: `:lock:` when dealing with security | ||
* :arrow_up: `:arrow_up:` when upgrading dependencies | ||
* :arrow_down: `:arrow_down:` when downgrading dependencies | ||
* :shirt: `:shirt:` when removing linter warnings | ||
|
||
*(or)* | ||
* :beers: `:beers:` when bumping versions | ||
* :+1: `:+1:` when improving the quality of the code | ||
|
||
## Todo | ||
* Update Yeoman generater. | ||
* Handle images's width within `col-md-12` and `col-lg-12`. Load more bigger/smaller images when resize. | ||
* Prepare gh-pages. | ||
* Write test cases. | ||
* CI | ||
* Explain why named as bootstrap. | ||
|
||
## Done | ||
* Support simple usage. | ||
* Try on [JiaDingWaiMai](https://github.com/Mystist/JiaDingWaiMai). | ||
**Why named as bootstrap?** | ||
* We love bootstrap. | ||
* The backbone of the code is from bootstrap team. | ||
* Support responsive layout, such as bootstrap. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters