diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
commit | e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch) | |
tree | 68cb5ef9081156392f1dd62a00c6ccc1451b93df /.gitlab/issue_templates | |
parent | Initial commit. (diff) | |
download | wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip |
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitlab/issue_templates')
-rw-r--r-- | .gitlab/issue_templates/Bug.md | 30 | ||||
-rw-r--r-- | .gitlab/issue_templates/FeatureRequest.md | 20 | ||||
-rw-r--r-- | .gitlab/issue_templates/Websites.md | 28 |
3 files changed, 78 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 00000000..c10b7763 --- /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 00000000..bb0b13d0 --- /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 00000000..643f850e --- /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" |