Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (13 loc) · 732 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (13 loc) · 732 Bytes

Contributing

We welcome pull requests from everyone!

MediaTomb is an old project that we are working on modernising - there are a lot of cobwebs 🕸 .

For new code please use modern C++ (up to 14) constructs where possible, and avoid the zmm namespace.

  1. Fork this repo.

  2. Clone your fork:

    git clone [email protected]:your-username/mediatomb.git

  3. Make your change.

  4. Push to your fork

  5. Submit a pull request.

Some things that will increase the chance that your pull request is accepted: