Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.7 KB

CONTRIBUTING.rst

File metadata and controls

49 lines (28 loc) · 1.7 KB

Contributing to DIRAC/Pilot

+1::tada:First off, thanks for taking the time to contribute! 🎉👍

Feel free to propose changes to this document in a pull request.

Repository structure

Due to the fact that we support only the production and the development versions, for now only 2 branchs are present: master, and devel.

  • master is the stable branch. Production tags are created starting from this branch.
  • devel is the development branch. Tags created starting from this branch are subject to a certification process.

The following diagram highlights the interactions between the branches and the merging and tagging strategy: ![LHCbDIRAC branches](https://docs.google.com/drawings/d/14UPBPGW2R8d7JBO9eHWw2tyD3ApEuUBmlDEFicoBs1U/pub?w=1011&h=726)

For now, actually there are no tags created yet, so we've always used the HEAD of the branches.

Repositories

Developers should have 2 remote repositories (which is the typical GitHub workflow):

Issue Tracking

Issue tracking for the project is [here in github](https://github.com/DIRACGrid/Pilot/issues).

Code quality

The contributions are subject to reviews.

Pylint is run regularly on the source code. The .pylintrc file defines the expected coding rules and peculiarities.

Testing

Unit tests are provided within the source code. Integration, regression and system tests are instead in the tests directory.