Import Geant4 10.4.3 source tree

This commit is contained in:
Gabriele Cosmo
2019-02-12 14:06:47 +01:00
parent db49709b53
commit a7fdc52004
+16 -2
View File
@@ -1,2 +1,16 @@
The Geant4 Collaboration: Contributing to Geant4
http://cern.ch/geant4/collaboration/members =====
To contribute patches to Geant4, users can submit Pull Requests (PR) such that:
- A single PR refers to a single particular topic (fix or suggested enhancement);
PRs including uncorrelated changes in codes in different areas or modules will
not be considered.
A PR will be examined by a responsible and eventually extracted for a patch in
the development repository of Geant4, to be included in a future release or
patch.
For simple bug-fixes, it is anyhow recommended to use the official
`Bugzilla problem reporting system <https://bugzilla-geant4.kek.jp/>`.
The Geant4 Collaboration