add contribution notes

This commit is contained in:
littleguga
2016-08-12 23:02:09 +03:00
parent 865672ac06
commit 57f685fbcb
3 changed files with 34 additions and 0 deletions

11
.github/CONTRIBUTING.md vendored Normal file
View File

@@ -0,0 +1,11 @@
Thank you for contributing flexboxgrid!
=========================================
## If you creating issue...
Please write following issue template.
Do not forget describing your platform and code example to reproduce.
## If you creating pull request...
Please write following pull request template.

13
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,13 @@
### Expected behavior
Write here.
### Actual behavior
Write here.
### Steps to reproduce behavior
* OS:
* Browser:
* code/fiddle:

10
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,10 @@
### Description
Write here
### Check List
- [ ] run the build script
- [ ] bump the version number
- [ ] update the html to reflect the new version number
- [ ] Update the gh-pages branch