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:
- ParaView-Users: http://www.paraview.org/mailman/listinfo/paraview
- ParaView-Developers: http://www.paraview.org/mailman/listinfo/paraview-developers
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://paraview.org/ParaView.git
- You can use the following command to checkout the repository:
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:
- http://www.paraview.org/ParaView3/index.php/Development_Workflow
- http://www.paraview.org/ParaView/index.php/ParaView_Development_Workflow
Git: Not-So-Silly approach to sharing code
Discuss how git-workflow works in conjunction with mantis.