diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:56:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:56:25 +0000 |
commit | 289582b3dcbeb23328325d224c7db7de66a3a55f (patch) | |
tree | 989c36d57aab945c36e34c952f438746ce18b3bd /.github/ISSUE_TEMPLATE/bug_report.md | |
parent | Releasing progress-linux version 10.0.1-0.1~progress7.99u1. (diff) | |
download | frr-289582b3dcbeb23328325d224c7db7de66a3a55f.tar.xz frr-289582b3dcbeb23328325d224c7db7de66a3a55f.zip |
Merging upstream version 10.1.
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.md | 97 |
1 files changed, 0 insertions, 97 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 895e8ad..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,97 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: triage -assignees: '' - ---- - -<!-- - -*** ATTENTION *** - -YOU MUST READ THIS TO HAVE YOUR ISSUE ADDRESSED - -PLEASE READ AND FILL OUT THIS TEMPLATE - -NEGLECTING TO PROVIDE INFORMATION REQUESTED HERE WILL RESULT IN -SIGNIFICANT DELAYS ADDRESSING YOUR ISSUE - -ALWAYS PROVIDE: -- FRR VERSION -- OPERATING SYSTEM VERSION -- KERNEL VERSION - -FAILURE TO PROVIDE THIS MAY RESULT IN YOUR ISSUE BEING IGNORED - -FOLLOW THESE GUIDELINES: - -- When reporting a crash, provide a backtrace -- When pasting configs, logs, shell output, backtraces, and other large chunks - of text, surround this text with triple backtics - - ``` - like this - ``` - -- Include the FRR version; if you built from Git, please provide the commit - hash -- Write your issue in English - ---> - ---------------- - -**Describe the bug** -<!-- -A clear and concise description of what the bug is. - -Put "x" in "[ ]" if you already tried following: ---> - -- [ ] Did you check if this is a duplicate issue? -- [ ] Did you test it on the latest FRRouting/frr master branch? - - -**To Reproduce** -<!-- -Describe the steps to reproduce the behavior. -Be as descriptive as possible. - -For example: - -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error ---> - -**Expected behavior** -<!-- -Write here a clear and concise description of what you expected to happen when -using the reproduction steps you provided above ---> - -**Screenshots** -<!-- -If applicable, add screenshots to help explain your problem. ---> - -**Versions** -<!-- -Include your operating system type and version here - -FAILURE TO PROVIDE THIS MAY RESULT IN YOUR ISSUE BEING IGNORED ---> -<!-- e.g. Fedora 24, Debian 10] --> - - OS Version: -<!-- [e.g. Linux 5.4, OpenBSD 6.6] --> - - Kernel: -<!-- e.g. 6.0, 7.4 --> - - FRR Version: - -**Additional context** -<!-- -Add any other context about the problem here. ---> |