From 10bee98ae934f301d532076fd4ac030836e4c739 Mon Sep 17 00:00:00 2001
From: baude <bbaude@redhat.com>
Date: Wed, 16 Sep 2020 09:05:11 -0500
Subject: [PATCH] clarify where to report issues

add to readme where to report issues.

Fixes: #26

Signed-off-by: baude <bbaude@redhat.com>
---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 16c9b13..19c9325 100644
--- a/README.md
+++ b/README.md
@@ -42,3 +42,8 @@ reboot.  Therefore, files are stored in `/run/containers/cni/dnsname`, or under
 Much like the implementation of DNSMasq for libvirt, this plugin will only set up dnsmasq to listen on the network
 interfaces associated with the CNI network.  The DNSMasq services are not configured or managed by systemd but rather
 only by the plugin itself.
+
+## Reporting issues
+If you are using dnsname code compiled directly from github, then reporting bugs and problem to the dnsname github issues tracker
+is appropriate.  In the case that you are using code compiled and provided by a Linux distribution, you should file the problem
+with their appropriate bug tracker (bugzilla/trackpad).
-- 
GitLab