Skip to content

Commit

Permalink
Merge pull request #39 from radiovisual/github-templates
Browse files Browse the repository at this point in the history
GitHub templates
  • Loading branch information
radiovisual authored Nov 8, 2020
2 parents c072547 + 9572ec7 commit 449da66
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,19 @@ assignees: radiovisual

---

**Describe the bug**
**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Detailed steps to reproduce the behavior:
1. Call `getVideoId` with the url: '...'
1. Call `getVideoId` with the url string: ___
2. ...


**Expected behavior**
**Expected behavior**
A clear and concise description of what you expected to happen.

**Environment**
**Environment**
Where are you running the module? Node.js, browser?

**Module version**
The version of `get-video-id` where you are experiencing this problem
**Module version**
The version of `get-video-id` where you are experiencing this problem (e.g., `v3.1.3`)
10 changes: 10 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
**Is this a feature, improvement or a bug fix?**
...

**If you changed any JavaScript files, did you write unit tests?**
...

**Please describe (in detail) the solution(s) provided by your Pull Request**
...

**Is this PR linked to an existing Issue? Please describe or provide a link...**

0 comments on commit 449da66

Please sign in to comment.