This lesson is being piloted (Beta version)

Contibuting code changes to the EICrecon repository

Overview

Teaching: 10 min
Exercises: 10 min
Questions
  • How do I submit code to the EICrecon repository?

Objectives
  • Understand naming conventions for EICrecon

  • Submitting a Pull Request for a contribution to EICrecon

Repository

We use GitHub as the main code repository tool. The repositories are located:

If you hesitate where to file an issue or a question, then the most probably it should be done in EICrecon project. There are EICrecon issues and discussions

There is also EICrecon project board where one can see what issues are in work and what could be picked up.

Exercise:

Contributing workflow

More on the EIC contribution guide is in this tutorial, video

Coding style

One can find coding style and other contributins policies at CONTRIBUTING.md. It is yet to be finished but one can find current decisions on coding style there

References

EICrecon project on GitHub

Key Points

  • Write code in a style consistent with the rest of the repository.

  • Contributions should be made through the GitHub Pull Request mechansim.