And also add a link to discussions for generic questions.
+---
+name: Bug report
+about: Create a bug report
+labels: "bug"
+---
+
This is an example of bug report. Try to adapt it to your case. When
putting code snippets (logs, commands), put them between triple backquotes:
--- /dev/null
+contact_links:
+ - name: "Discussions and Q&A"
+ url: https://github.com/lldpd/lldpd/discussions
+ about: Please ask and answer questions here.
--- /dev/null
+---
+name: Feature request
+about: Request a new feature
+labels: "feature request"
+---
+
+When putting code snippets (logs, commands), put them between triple
+backquotes:
+
+```
+# lldpcli -vv
+[output of lldpcli -vv]
+```