From 57f685fbcbfa55099aba74d46e84dfdabbb16170 Mon Sep 17 00:00:00 2001 From: littleguga Date: Fri, 12 Aug 2016 23:02:09 +0300 Subject: [PATCH] add contribution notes --- .github/CONTRIBUTING.md | 11 +++++++++++ .github/ISSUE_TEMPLATE.md | 13 +++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++++ 3 files changed, 34 insertions(+) create mode 100644 .github/CONTRIBUTING.md create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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