File: CONTRIBUTING.md

package info (click to toggle)
lintian-brush 0.168
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,304 kB
  • sloc: makefile: 888; xml: 119; python: 80; sh: 69; javascript: 3
file content (13 lines) | stat: -rw-r--r-- 624 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
See lintian-brush/CONTRIBUTING.md for linux-brush-specific contribution guidelines.

## What belongs where?

Anything that just purely deals purely with file formats, etc. should probably got into
one of the crates specific to that (e.g. in [deb822-rs](https://github.com/jelmer/deb822-rs)).

General tooling to do with modifying packages, etc. should go into
[debian-analyzer](https://github.com/jelmer/debian-analyzer).

Things that fix lintian tags should go into [lintian-brush](lintian-brush). See
also [lintian-brush' CONTRIBUTING.md](lintian-brush/CONTRIBUTING.md) and
[lintian-brush' goals](lintian-brush/goals.md).