So you want to be a ParaView Developer

From ParaQ Wiki
Jump to navigationJump to search

Development Accounts

Mailing Lists

Discussion of ParaView occurs on two different mailing lists:

Bug Tracker

The ParaView developers use MantisBT for tracking the state of bugs and feature requests.

The bug tracker is located at: http://paraview.org/Bug/

Dashboard

CDash is used to track the status of the ParaView regression test suite.

It is located at: http://www.cdash.org/CDash/index.php?project=ParaView

Repositories

The ParaView source code repository is at the following location:

git clone --recursive git://paraview.org/ParaView.git

See: http://www.vtk.org/Wiki/ParaView/Git for more information.

See also: http://www.paraview.org/Wiki/ParaView/Git

Development Workflow

See:

Git: Not-So-Silly approach to sharing code

Discuss how git-workflow works in conjunction with mantis.

Tribal Knowledge: Welcome to the tribe!