blob: d9d70ec047aa80db9f0c548942472a8bc408a4ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Contributing to packaging
=========================
As an open source project, packaging welcomes contributions of many forms.
Examples of contributions include:
* Code patches
* Documentation improvements
* Bug reports and patch reviews
Extensive contribution guidelines are available in the repository at
``docs/development/index.rst``, or online at:
https://packaging.pypa.io/en/latest/development/
Security issues
---------------
To report a security issue, please follow the special `security reporting
guidelines`_, do not report them in the public issue tracker.
.. _`security reporting guidelines`: https://packaging.pypa.io/en/latest/security/
|