Skip to content

Commit

Permalink
chore(github): add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
fent committed Aug 16, 2018
1 parent 5920c44 commit 271e9f8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ISSUE_TEMPLATE.md
@@ -0,0 +1,19 @@
### Before creating an issue, please try the following

- Are you on the latest version of ytdl-core? If you're using a bot or application that depends on ytdl-core, check if it has an old version listed as a dependency.
- To check, run `npm ls ytdl-core`
- To install the latest version, run `npm install ytdl-core@latest`
- Search the list of issues for a possible duplicate.
- If there is a duplicate issue thread, but it's closed, only post in it if it's been active in the past month. Otherwise, creating a new issue thread is fine.
- If your question is about using the library for a specific use case, check out the [examples folder](https://github.com/fent/node-ytdl-core/tree/master/example).

### Otherwise, feel free to open an issue

Include the following if your issue is a bug

- If you're getting a specific error message, include the full stack trace
- If you're getting unexpected behavior without an error message
- What should happen?
- What happens instead?
- Include any relevant code around ytdl-core. You don't have to upload your entire program, small snippets are fine.
- If this error happens only on some videos, include a link or links to videos.

0 comments on commit 271e9f8

Please sign in to comment.