File: CONTRIBUTING.rst

package info (click to toggle)
csvkit 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 40,664 kB
  • sloc: python: 4,924; perl: 1,000; makefile: 131; sql: 4
file content (21 lines) | stat: -rw-r--r-- 812 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
======================
Contributing to csvkit
======================

csvkit follows the `Python Community Code of Conduct <https://www.python.org/psf/codeofconduct/>`_.

Report a bug
------------

* `Browse the open issues to check that it is not already reported <https://github.com/wireservice/csvkit/issues>`_
* Run the csvkit tool (:code:`csvcut`, etc.) with the :code:`-v` (:code:`--verbose`) flag
* Open a new issue and include:

  * the csvkit command with the :code:`-v` (:code:`--verbose`) flag (for example, :code:`csvstat -v test.csv`)
  * the input file (rename the :code:`.csv` to :code:`.txt` for GitHub)
  * the output text (including the traceback)
  * the csvkit version (:code:`csvcut --version`)
  * the Python version (:code:`python --version`)
  * the operating system and version

Thanks!