Skip to content

Commit

Permalink
add github issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Jul 13, 2017
1 parent 99e721e commit 51f9e8f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### QtAV, Qt version and platform

or commit id if not using release version

### Reproduction steps

### Expected behavior

### Actual behavior

### Log file

set environment var `QTAV_LOG=all` or C++ api `QtAV::setLogLevel(All)` to enable log.

For Player and QMLPlayer example app, choose log level `all` in config page.

### Sample files (optional)
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
CVS
.#*

*.patch
*.diff
*.orig
#*.rej
contrib/include
*~
*.mak

# Hidden files are ignored by default with exceptions
.*
!/.gitignore
!/.github
!/.gitmodules
!/.qmake.conf
!/.travis.yml
Expand Down

0 comments on commit 51f9e8f

Please sign in to comment.