Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (30 loc) · 1.52 KB

File metadata and controls

43 lines (30 loc) · 1.52 KB

Contributing

Introduction

Thanks for considering contributing to udocker_setup. Contributions to udocker_setup are welcome. You can contribute by improving the documentation, submit bug reports, provide feature requests, or writing code for udocker its installation and testing.

Ground Rules

We aim at having portability, udocker_setup is meant to be executed both on older distributions (such as CentOS 6) and newer, so beware of which python features you use and whether they are supported in older distributions.

udocker_setup is an installer for udocker and thus, supports the same python versions as udocker, i.e. python 2.7 and python >=3.6

Repositories

How to report a bug

If you find a security vulnerability, do NOT open an issue. Email udocker@lip.pt instead.

Other issues and or feature enhancements can be communicated on GitHub https://github.com/LIP-Computing/udocker_setup/issues

Code contributions