diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..e22d6b1 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -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. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..b160793 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,13 @@ +### Expected behavior + +Write here. + +### Actual behavior + +Write here. + +### Steps to reproduce behavior + +* OS: +* Browser: +* code/fiddle: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..d7290a1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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 \ No newline at end of file