Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 962 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (17 loc) · 962 Bytes

Contributing

We welcome pull requests from everyone!

Gerbera was originally based on MediaTomb which 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 17) constructs where possible.

  1. Fork this repo.

  2. Clone your fork:

    git clone [email protected]:your-username/gerbera.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:

It is also a good idea to run cmake with-DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_CXX_FLAGS="-Werror" options for development.