Update CONTRIBUTING.md

This commit is contained in:
kj
2016-08-13 00:51:57 -07:00
committed by GitHub
parent 8b8e0ed84e
commit 273380ebd3

View File

@@ -1,11 +1,16 @@
Thank you for contributing flexboxgrid!
=========================================
# FLEXBOXGRID
## If you creating issue...
## Thanks for contributing
Please write following issue template.
Do not forget describing your platform and code example to reproduce.
### When creating an issue
## If you creating pull request...
You should use the supplied issue template to help in capturing all of the pertinent information needed to close the issue as soon as humanly possible.
Don't forget to say what platform you are on.
Code examples are always useful in debugging as well.
Again the better the information, the quicker your issue will be resolved.
Please write following pull request template.
## When creating a pull request
Use the supplied template in order to supply all the information I need to merge in your code.
Make sure to follow the build steps and double check the output index.html to make sure you haven't broken anything.
The website is basically the equivalent of a visual unit test since it uses the newly build css for it's layout.