summaryrefslogtreecommitdiff
path: root/docs/dev/README.md
blob: a72b61dc6ff1deaa1a7aac9fe6a372c51192ddce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Chef Infra Development Documentation

This directory contains a collection of useful how-to guides for both new and seasoned Chef contributors. There are many guides explaining how to build, test, and contribute to Chef Infra as well as documents describing how the many subsystems function.

## How-To Guides

- [Building and Installing](./how_to/building_and_installing.md)
- [Branching and Backporting](./how_to/branching_and_backporting.md)
- [Updating Dependencies](./how_to/updating_dependencies.md)
- [Bumping Major and Minor Versions](./how_to/bumping_minor_or_major_versions.md)

## Design Documents

- [Data Collection](./design_documents/data_collector.md)
- [Action Collect](./design_documents/action_collection.md)