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.
-
Fork this repo.
-
Clone your fork:
git clone [email protected]:your-username/mediatomb.git
-
Make your change.
-
Push to your fork
Some things that will increase the chance that your pull request is accepted:
- Stick to Webkit style.
- Write a good commit message.