File: CONTRIBUTING

package info (click to toggle)
piuparts 0.62
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 1,692 kB
  • sloc: python: 6,823; sh: 2,194; makefile: 126
file content (30 lines) | stat: -rw-r--r-- 1,113 bytes parent folder | download | duplicates (5)
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 code to this project
---------------------------------

It's helpful to track fixes or new features via wishlist bugs against the
'piuparts' package, eg with the 'reportbug' tool ('devscripts' package).
The BTS will ensure the developers' mailing list
   piuparts-devel@lists.alioth.debian.org
is notified.

Patches can be submitted by mail (git format-patch, see below)
or as requests to pull from a publicly-visible git repository.
In either case, please make a topic branch based on the 'develop' branch.

You can send patches or requests to the development list,
or to the tracking bug: <bugnumber>@bugs.debian.org.

One possible workflow:
  git clone git://anonscm.debian.org/piuparts/piuparts.git
  git checkout origin/develop -b <topicname>
  <edits>
  git commit -a
  git format-patch -M origin/develop

  reportbug piuparts
  <describe the issue, attach the patch>

Contributing bugs to other projects
-----------------------------------
Another very useful type of contributions are filing bug reports based
on piuparts runs. This is described in https://piuparts.debian.org/bug_howto.html