# conda-lockfiles `conda-lockfiles` provides support in `conda` for many types of lockfiles in the conda ecosystem. :::{note} We welcome feedback on any issues with `conda-lockfiles`. Please submit bug reports or feature requests [here](https://github.com/conda-incubator/conda-lockfiles). ::: ```{include} ../README.md :start-after: :end-before: ``` ## Learning more ::::{grid} 2 :::{grid-item-card} 🏡 Getting started :link: getting-started :link-type: doc New to `conda-lockfiles`? Start here to learn the essentials ::: :::{grid-item-card} 🏷️ Format aliases :link: format-aliases :link-type: doc Canonical names vs. short aliases, re-export tutorial ::: :::{grid-item-card} 💡 Motivation and vision :link: motivation :link-type: doc Read about why `conda-lockfiles` exists and when you should use it ::: :::: ```{toctree} :hidden: getting-started format-aliases motivation ``` ```{toctree} :caption: Developer :hidden: developer/contributing developer/maintaining ```