aboutsummaryrefslogtreecommitdiffhomepage
path: root/DOCS/contribute.md
Commit message (Collapse)AuthorAge
* DOCS/contribute.md: fix a typoGravatar wm42017-11-30
|
* DOCS/contribute.md: coding style exceptionGravatar wm42017-08-30
|
* DOCS/contribute.md: add rules for push access, that nobody will read...Gravatar wm42017-06-24
| | | | | ...but that doesn't mean they're not binding. Also, they're made up on the spot, and probably bad.
* DOCS/contribute.md: some updatesGravatar wm42017-06-24
| | | | | | Some of this is outdated by years. I don't think we even have MPlayer-style randomly formatted source files anymore (except stream_dvd.c).
* DOCS/contribute.md: commit message body should be line-broken tooGravatar wm42017-06-13
| | | | | | | Not all tools apply line breaking. Which is probably good, because you wouldn't be able to put lines in there which should _not_ be broken. Don't ask me whether there is an "official" git convention for this.
* DOCS/contribute.md: adjust coding style for if/else bracingGravatar wm42017-02-11
|
* Add a CONTRIBUTING.md fileGravatar wm42015-12-22
| | | | | | | | | Github will display a link to it when a user wants to create an issue or pull request. Also make some minor adjustments to DOCS/contribute.md, which is developer oriented, and for which I see no reason to merge it with the new file.
* Require contributions in LGPLv2.1+Gravatar wm42015-07-24
| | | | | | | | | | | As suggested in #2033. Additionally, change "LGPLv2+" to "LGPLv2.1+". Since this was always used with the "and later" phrase, this doesn't require any further discussion. Also clarify that the "+" means "or later". This should be clear to anyone with a brain, but you never know with copyright.
* manpage: update mpv IRC channelsGravatar Niklas Haas2015-04-27
| | | | | Moved to #mpv and #mpv-devel, respectively. Travis details were also updated.
* DOCS/contribute.md: Add guideline for pull requestsGravatar robin007bond2015-04-13
| | | | | | | This commit is to prevent changes being merged into upstream, without being known if it is tested or not. Signed-off-by: wm4 <wm4@nowhere>
* DOCS: minor update to coding styleGravatar wm42015-03-08
|
* DOCS/contribute.md: remove unintentional headlineGravatar selsta2014-12-11
| | | | The # from the IRC channel made it appear as a headline.
* DOCS/contribute.md: move instructions for sending patches to the topGravatar wm42014-06-17
| | | | Separate to not confuse git history tracking.
* DOCS: remove coding-style.md to contribute.mdGravatar wm42014-06-17
I wonder if this is better. The intention is to make the instructions for sending patches more visible.