Skip to content

Commit

Permalink
chore: issue template and add repo url to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cluk3 committed Jul 8, 2019
1 parent 986960b commit 024e112
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!--
Thanks for your interest in the project. I appreciate bugs filed and PRs submitted!
Please make sure that you are familiar with and follow the Code of Conduct for
this project (found in the CODE_OF_CONDUCT.md file).
Please fill out this template with all the relevant information so we can
understand what's going on and fix the issue.
-->

- `use-context-menu` version:
- `node` version:
- `npm` (or `yarn`) version:

Relevant code or config

```javascript
```

What you did:

What happened:

<!-- Please provide the full error message/screenshots/anything -->

Reproduction codesandbox:

<!--
If possible, please create a codesandbox (https://codesandbox.io) that reproduces the issue with the
minimal amount of code possible.
-->

Problem description:

Suggested solution:
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,13 @@
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"dependencies": {}
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/cluk3/use-context-menu.git"
},
"bugs": {
"url": "https://github.com/cluk3/use-context-menu/issues"
},
"homepage": "https://github.com/cluk3/use-context-menu#readme"
}

0 comments on commit 024e112

Please sign in to comment.