summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.md
blob: b3d4372c8f054e71a78c2dfc6aa35baaba4d6054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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! -->