Browse Source

Added github template

dependabot/npm_and_yarn/lodash-4.17.19
Alexandrshy 6 years ago
parent
commit
f5b72a105e
  1. 12
      .github/ISSUE_TEMPLATE.md
  2. 11
      .github/PULL_REQUEST_TEMPLATE.md
  3. 1
      .prettierignore
  4. 7
      package.json

12
.github/ISSUE_TEMPLATE.md

@ -0,0 +1,12 @@
## Expected Behavior
## Actual Behavior
## Steps to Reproduce the Problem
1.
2.
3.

11
.github/PULL_REQUEST_TEMPLATE.md

@ -0,0 +1,11 @@
<!-- PULL REQUEST TEMPLATE -->
<!-- (Update "[ ]" to "[x]" to check a box) -->
**What kind of change does this PR introduce?** (check at least one)
- [ ] Bugfix
- [ ] Feature
- [ ] Refactor
- [ ] Other, please describe:
**Other information:**

1
.prettierignore

@ -0,0 +1 @@
.github

7
package.json

@ -1,9 +1,14 @@
{ {
"name": "vue-share-buttons", "name": "vue-share-buttons",
"version": "0.1.6", "version": "0.1.7",
"private": false, "private": false,
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/Alexandrshy/vue-share-buttons",
"author": "Alexandr Shulaev <[email protected]>", "author": "Alexandr Shulaev <[email protected]>",
"repository": {
"type": "git",
"url": "[email protected]:Alexandrshy/vue-share-buttons"
},
"bugs": { "bugs": {
"url": "https://github.com/Alexandrshy/vue-share-buttons/issues" "url": "https://github.com/Alexandrshy/vue-share-buttons/issues"
}, },

Loading…
Cancel
Save