git: Added note for application/octet-stream MIME type to PR template

This commit is contained in:
Nik
2023-01-08 16:19:38 +01:00
committed by GitHub
parent c204696209
commit 7c179b3b41
2 changed files with 1 additions and 1 deletions

View File

@@ -6,5 +6,6 @@
- [ ] A pattern for this format doesn't exist yet (or this PR improves the existing one)
- [ ] The new pattern has been added to the relevant table in the Readme
- [ ] The pattern was associated with all relevant MIME types (using `#pragma MIME mime-type` in the source code)
- Make sure to never use `application/octet-stream` here as that means "Unidentifiable binary data"
- [ ] A test file for this pattern has been added to [/tests/patterns/test_data](/tests/patterns/test_data)
- Try to keep this file below ~ 1 MB