File: CONTRIBUTING.md

package info (click to toggle)
librecast 0.11.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,760 kB
  • sloc: ansic: 31,144; asm: 28,570; sh: 3,164; makefile: 713; python: 70
file content (30 lines) | stat: -rw-r--r-- 1,326 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# CONTRIBUTING

Contributions are very welcome, both large and small.

Correct patches (see Patch Requirements) will generally be accepted.

This is a small project, so I don't want to get bogged down in too much formality, but in general I'm striving to follow Pieter Hintjens' Collective Code Construction Contract (C4) as used by the ZeroMQ project: https://rfc.zeromq.org/spec:42/C4/

## Patch Requirements

  Maintainers and Contributors MUST have a Platform account and SHOULD use their real names or a well-known alias.

  A patch SHOULD be a minimal and accurate answer to exactly one identified and agreed problem.

  A patch MUST adhere to the code style guidelines of the project (see below)

  A patch SHALL NOT include non-trivial code from other projects unless the Contributor is the original author of that code.

  A patch MUST compile cleanly and pass project self-tests on at least the principal target platform.

  A patch commit message SHOULD consist of a single short (less than 50 character) line summarizing the change, optionally followed by a blank line and then a more thorough description.

  A "Correct Patch" is one that satisfies the above requirements.


## Coding Style

This project uses the Linux kernel coding style:

  See https://www.kernel.org/doc/html/latest/process/coding-style.html