1
0
mirror of https://github.com/containers/aardvark-dns.git synced 2026-02-05 09:45:32 +01:00

Add link to c/common contributor's guide

Fixes: https://issues.redhat.com/browse/RUN-2321

Signed-off-by: Jan Rodák <hony.com@seznam.cz>
This commit is contained in:
Jan Rodák
2025-03-13 13:29:00 +01:00
parent 41cbc750e8
commit 70df6f2147
2 changed files with 5 additions and 0 deletions

3
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,3 @@
# Contributing to Containers/aardvark
We'd love to have you join the community! [Learn how to contribute](https://github.com/containers/common/blob/main/CONTRIBUTING.md) to the Containers Group Projects.

View File

@@ -48,3 +48,5 @@ RUST_LOG=trace ./bin/aardvark-dns --config src/test/config/podman/ --port 5533 r
``` ```
### [Configuration file format](./config.md) ### [Configuration file format](./config.md)
### [Contributing](./CONTRIBUTING.md)