File: CONTRIBUTING.md

package info (click to toggle)
gerbera 1.1.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 4,684 kB
  • sloc: cpp: 29,611; xml: 967; ansic: 463; perl: 328; sh: 316; sql: 135; python: 75; makefile: 11; fortran: 9
file content (24 lines) | stat: -rw-r--r-- 733 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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 git@github.com:your-username/mediatomb.git`

2. Make your change.

3. Push to your fork

4. [Submit a pull request](https://github.com/v00d00/mediatomb/compare).

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

* Stick to [Webkit style](https://webkit.org/code-style-guidelines/).
* Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).