From e48f4eaeec7e12a05cc4fa2d0aa1a6337b460d81 Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Sun, 21 Aug 2016 14:38:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=F0=9F=93=96=20Add=20Github=20is?= =?UTF-8?q?sue=20and=20contribution=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub Juszczak --- .github/CONTRIBUTING.md | 10 ++++++++++ .github/ISSUE_TEMPLATE.md | 14 ++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++++ 3 files changed, 36 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..8545e46 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,10 @@ +Thank you for contributing vue-chartjs! +========================================= + +Please follow this steps: + +1. Fork it ( https://github.com/aapertureless/vue-chartjs/fork ) +2. Create your feature branch (`git checkout -b my-new-feature`) +3. Commit your changes (`git commit -am 'Add some feature'`) +4. Push to the branch (`git push origin my-new-feature`) +5. Create a new Pull Request diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..b392569 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,14 @@ + +### Expected Behavior + + +### Actual Behavior + + + + + +### Environment +- OS: Write here +- NPM Version: Write here + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..ea1d62c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ + + +### Fix or Enhancement? + + +- [ ] All tests passed + + +### Environment +- OS: Write here +- NPM Version: Write here +