howtos/README.md

21 lines
703 B
Markdown
Raw Permalink Normal View History

**This repository is now moved to
[Fedora Infra documentation](https://docs.fedoraproject.org/infra/howtos/)**
# How to do things around the infrastructure.
This repo contains the steps on How to do a tasks in the infrastructure. It is meant to be a knowledge database that can be quickly accessed and updated.
# Adding a new document.
Create a new markdown document with the name of the task as a title. For example How to create a fas group should be `create_a_fas_group.md`
# Searching for a document.
It is recommended to clone the repository and use the `git grep` command to look for keywords.
```
$ git clone ssh://git@pagure.io/Fedora-Infra/howtos.git
$ cd howtos
$ git grep akeyword
```