howtos/README.md
Michal Konecny 94ded24094 Add notification about howtos migration
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2023-09-07 15:48:48 +02:00

20 lines
703 B
Markdown

**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
```