Libmagicxx v10.0.3
A modern C++23 wrapper for libmagic — the library that powers the Unix file command.
Loading...
Searching...
No Matches
Pull Request Template

Description

Detailed description...

Fixes issue #????.

...

Checklist

  • Branch created from main (or release branch for bugfix)
  • All tests pass: ./scripts/workflows.sh -p linux-x86_64-clang-tests
  • Code formatted: ./scripts/workflows.sh -p format-source-code
  • New tests added for new functionality
  • Doxygen comments added for new public APIs
  • CHANGELOG.md updated
  • Linked to an existing issue (or created one)

Title Format Guidelines

  • For bug fixes: [BUGFIX] Brief Description, Fixes issue #????.
  • For documentation changes: [DOCUMENTATION] Brief Description, Fixes issue #????.
  • For enhancements: [ENHANCEMENT] Brief Description, Fixes issue #????.
  • For code quality improvements: [QUALITY] Brief Description, Fixes issue #????.