From a7fdc52004deb7778a619323a020cfe8f887b648 Mon Sep 17 00:00:00 2001 From: Gabriele Cosmo Date: Tue, 12 Feb 2019 14:06:47 +0100 Subject: [PATCH] Import Geant4 10.4.3 source tree --- CONTRIBUTING.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c78b5678c..883c00d901 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,2 +1,16 @@ -The Geant4 Collaboration: -http://cern.ch/geant4/collaboration/members +Contributing to Geant4 +===== +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 `. + +The Geant4 Collaboration