diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..44bbb13 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,12 @@ +## Expected Behavior + + +## Actual Behavior + + +## Steps to Reproduce the Problem + + 1. + 2. + 3. + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..5dba02c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ + + + +**What kind of change does this PR introduce?** (check at least one) + +- [ ] Bugfix +- [ ] Feature +- [ ] Refactor +- [ ] Other, please describe: + +**Other information:** diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..821c19d --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +.github \ No newline at end of file diff --git a/package.json b/package.json index ce0752d..76779a0 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,14 @@ { "name": "vue-share-buttons", - "version": "0.1.6", + "version": "0.1.7", "private": false, "license": "MIT", + "homepage": "https://github.com/Alexandrshy/vue-share-buttons", "author": "Alexandr Shulaev ", + "repository": { + "type": "git", + "url": "git@github.com:Alexandrshy/vue-share-buttons" + }, "bugs": { "url": "https://github.com/Alexandrshy/vue-share-buttons/issues" },