diff options
author | Paolo Asperti <[email protected]> | 2022-07-26 22:53:09 +0200 |
---|---|---|
committer | Paolo Asperti <[email protected]> | 2022-07-26 22:53:09 +0200 |
commit | f6c5088aaddbbaf280b5a7339409cb0a72527e01 (patch) | |
tree | 4fcb041d6b6962f26bf8136f0e96c8c651212294 /.github/ISSUE_TEMPLATE/bug_report.md | |
parent | 545ae2fd93c2093d5cbf4caaafbfe3446fd90697 (diff) | |
download | rustdesk-server-f6c5088aaddbbaf280b5a7339409cb0a72527e01.tar.gz rustdesk-server-f6c5088aaddbbaf280b5a7339409cb0a72527e01.zip |
new issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 37 |
1 files changed, 16 insertions, 21 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..89f6da5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: '' +labels: 'bug' assignees: '' --- @@ -10,29 +10,24 @@ assignees: '' **Describe the bug** A clear and concise description of what the bug is. -**To Reproduce** +**Describe the environment** + - Install environment: docker, docker swarm, podman, kubernetes, or package + - If available, the `docker-compose.yaml` file + - If package, we need the distribution and release: Ubuntu 22.04, Debian 11, ... + - Or if you're running the plain binary, how you're running it + - In any case, you have to specify the version in use + +**How to Reproduce the bug** Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +1. Given the previously described environment +2. Do this and that +3. I get this error **Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] +This should happen instead. **Additional context** Add any other context about the problem here. + +**Notes** + - Please write in english only. If you provide some images in different languages, you're required to write a translation in english. |