Skip to content

Commit e4e6228

Browse files
authored
Update pull_request_template.md
1 parent 203528d commit e4e6228

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/pull_request_template.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ If you're adding support for a new file type, please follow the below steps:
44
- Add a fixture file named `fixture.<extension>` to the `fixture` directory.
55
- Add the file extension to the `extensions` array in `supported.js`.
66
- Add the file's MIME type to the `types` array in `supported.js`.
7-
- Add the file type detection logic to the `core.js` file
7+
- Add the file type detection logic to the `core.js` file.
88
- Determine the appropriate detection confidence category:
9-
- `detectConfident()`: Detections with a high degree of certainty in identifying the correct file type
10-
- `detectImprecise()`: Detections with limited supporting data, resulting in a higher likelihood of false positives
9+
- `detectConfident()`: Detections with a high degree of certainty in identifying the correct file type.
10+
- `detectImprecise()`: Detections with limited supporting data, resulting in a higher likelihood of false positives.
1111
- Respect the sequence:
1212
- Signature with shorter sample size (counted from offset 0 until the last required byte position) will be executed first.
1313
- Only the initial determination for the file type counts for the sequence.

0 commit comments

Comments
 (0)