From e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:34:10 +0200 Subject: Adding upstream version 4.2.2. Signed-off-by: Daniel Baumann --- .gitlab/issue_templates/Bug.md | 30 ++++++++++++++++++++++++++++++ .gitlab/issue_templates/FeatureRequest.md | 20 ++++++++++++++++++++ .gitlab/issue_templates/Websites.md | 28 ++++++++++++++++++++++++++++ 3 files changed, 78 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md create mode 100644 .gitlab/issue_templates/FeatureRequest.md create mode 100644 .gitlab/issue_templates/Websites.md (limited to '.gitlab/issue_templates') diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000..c10b776 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,30 @@ +## Summary + +(Summarize the bug encountered concisely) + +## Sample capture file + +(For non-trivial issues a capture file is essential to reproduce and fix the bug. +Screenshots are not enough) + +(You can attach a capture file using the paper clip button in the editor menu bar. +Ensure your capture file does not contain private or sensitive information that cannot +be shared publicly) + +## Steps to reproduce + +(How one can reproduce the issue - this is very important) + +## What is the current bug behavior? + +(What actually happens. Include detailed information like logs and screenshots if possible) + +## What is the expected correct behavior? + +(What you should see instead) + +## Build information +``` +(In Wireshark, select Help->About Wireshark from the main menu and use the button "Copy To Clipboard". +Please paste the complete output here. Or from the command line, run `tshark -v` or `wireshark -v`) +``` diff --git a/.gitlab/issue_templates/FeatureRequest.md b/.gitlab/issue_templates/FeatureRequest.md new file mode 100644 index 0000000..bb0b13d --- /dev/null +++ b/.gitlab/issue_templates/FeatureRequest.md @@ -0,0 +1,20 @@ +## Description + +(Description including problem, use cases, benefits, and/or goals) + +## Sample capture file + +(For non-trivial enhancements attaching a sample capture that can be used +to test the new feature (before and after) is extremely useful and will greatly +increase the chances that the enhancement will be implemented in the future) + +(You can attach a capture file using the paper clip button in the editor menu bar. +Ensure your capture file does not contain private or sensitive information that cannot +be shared publicly) + +## Links / references / protocol specifications + +(URLs to publicly accessible websites, or other references) + +~enhancement +/label ~enhancement diff --git a/.gitlab/issue_templates/Websites.md b/.gitlab/issue_templates/Websites.md new file mode 100644 index 0000000..643f850 --- /dev/null +++ b/.gitlab/issue_templates/Websites.md @@ -0,0 +1,28 @@ +## Summary + +(Summarize the issue concisely) + + +## Affected website + +(URL or name of the Wireshark website, including www.wireshark.org, ask.wireshark.org, and gitlab.com/wireshark etc.) + + +## What is the exact issue + +(What actually is missing, wrong, not working as expected etc) + + +## Relevant logs and/or screenshots +``` +(Paste any relevant logs here) +``` +(Paste any relevant screenshots here) + + +## Additional information + +(Further information which may help to solve this issue) + + +~"web sites" -- cgit v1.2.3