summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:54:46 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:54:46 +0000
commitcd7b005519ade8ab6c97fcb21590b71b7d1be6e3 (patch)
treec611a8d0cd5e8f68f41b8c2d16ba580e0f40a38d /.github/ISSUE_TEMPLATE/bug_report.md
parentInitial commit. (diff)
downloadlibrtr-upstream/0.8.0.tar.xz
librtr-upstream/0.8.0.zip
Adding upstream version 0.8.0.upstream/0.8.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..b3d4372
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,39 @@
+---
+name: Bug report
+about: Create a report to help us improve
+
+---
+
+### Description
+<!--
+Example: Uninitialized use of stack variables in rtr_sync_receive_and_store_pdus.
+-->
+
+### Steps to reproduce the issue
+<!--
+Try to describe as precisely as possible the steps required to reproduce
+the issue. Here, you can also describe your RTRlib configuration (e.g., to
+which cache server you connect).
+-->
+
+### Expected results
+<!--
+Example: The variables `pfx_shadow_table` and `spki_shadow_table` in
+`packets.c:rtr_sync_receive_and_store_pdus` should be initialized at least
+with `NULL`.
+-->
+
+### Actual results
+<!--
+Please paste or specifically describe the actual output and implications.
+-->
+
+### Versions
+<!--
+Operating system: Mac OSX, Linux
+Build environment: GCC
+RPKEI Cache server (optional): Routinator, RIPE Validator, rpki.net etc.
+-->
+
+<!-- Thanks for contributing! -->
+