Warning, /geant4/CONTRIBUTING.rst is written in an unsupported language. File is not indexed.
0001 Contributing to Geant4
0002 =====
0003 To contribute patches to Geant4, users can submit normal GitHub Pull Requests (PR) such that:
0004
0005 - A single PR refers to a single particular topic (fix or suggested enhancement);
0006 PRs including uncorrelated changes in codes in different areas or modules will
0007 not be considered.
0008
0009 A PR will be examined by a responsible and eventually extracted for a patch in
0010 the development repository of Geant4, to be included in a future release or
0011 patch.
0012
0013 For simple bug-fixes, it is still recommended to use the official Bugzilla problem reporting system
0014 to report the issue, linking back to the Pull Request if created:
0015
0016 - Problem reports: `Bugzilla problem reporting system <https://bugzilla-geant4.kek.jp>`_.
0017
0018 Questions on Geant4 itself or feature requests should be made through our `User Forum <https://geant4-forum.web.cern.ch>`_,
0019 and `full documentation on use of the toolkit is online <https://cern.ch/geant4/support/user_documentation>`_.
0020
0021 The Geant4 Collaboration