...

Text file src/github.com/gabriel-vasile/mimetype/.github/ISSUE_TEMPLATE/mismatched-mime-type-detected.md

Documentation: github.com/gabriel-vasile/mimetype/.github/ISSUE_TEMPLATE

     1---
     2name: Mismatched MIME type detected
     3about: Report a bug involving mismatched MIME type returned for a certain file
     4title: ''
     5labels: ''
     6
     7---
     8
     9**Attach the file for which the detection is inaccurate**
    10You can use the file sharing site of your choice, just ensure the file will not expire or get deleted.
    11
    12**Expected MIME type**
    13...
    14
    15**Returned MIME type**
    16...
    17
    18**Version of the library you are using**
    19the semver version or the hash of the commit
    20
    21**Output of `go version`**
    22...
    23
    24**Additional context**
    25Add any other context about the problem here.
    26
    27Alternatively, you can fork the project, commit the file with a failing test and reference the commit in the issue.

View as plain text