Thank you for your interest in contributing to Slinky Containers.
-
Report a bug, request a feature, or suggest documentation changes Open an issue in this project: https://github.com/SlinkyProject/containers/issues. For bugs, include relevant environment and version details in the issue so we can reproduce the problem.
-
Propose a larger feature Open an issue to describe the problem and proposed approach before investing significant implementation time, so maintainers can provide feedback on direction and design.
-
Submit a fix or feature as a pull request Follow the Code contributions section below.
Issues and pull requests in this repository are handled on a best-effort basis. For production support, see SchedMD Support.
Read
README.md
for clone, build, and test instructions for this repository.
- Fork or branch from
main(unless a maintainer directs you otherwise). - Pre-commit: With pre-commit installed on your
machine, run
pre-commit installfrom the repository root to register Git hooks, then runpre-commit install --install-hooksonce to initialize hook environments. Do this before you commit so local checks match CI. - Keep changes focused and include tests where appropriate.
- Update documentation if you change user-visible behavior.
- Open a pull request against this repository. Link related issues.
- Ensure CI passes; address review feedback.
This project is released under the Apache License 2.0. By contributing, you
agree that your contributions are licensed under that license. Use signed
commits or include a Signed-off-by line in your commits as described in the
Git documentation.
Project contributing guidelines are based on common open-source practice and the PLC-OSS-Template baseline used for NVIDIA OSS projects.