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 +