Skip to content
Snippets Groups Projects
Commit 5d091e6b authored by Thom's avatar Thom :tools:
Browse files

Update .gitlab/issue_templates/Bug.md

parent a219f2cd
No related branches found
No related tags found
No related merge requests found
...@@ -4,43 +4,41 @@ ...@@ -4,43 +4,41 @@
- Make sure to remove any content from the description that you did not add. For example, if there are no related log entries, remove the whole "Related log entries" part. - Make sure to remove any content from the description that you did not add. For example, if there are no related log entries, remove the whole "Related log entries" part.
--> -->
## short description ## Summary
What is happening and what is wrong with that? <!-- What is happening and what is wrong with that? -->
## steps to reproduce ## Steps to reproduce
1. [First step] 1. [First step]
2. [Second step] 2. [Second step]
3. [and so on...] 3. [and so on...]
## correct behaviour ## Correct behaviour
What should happen instead? <!-- What should happen instead? -->
## environment ## Environment
Server OS + version: (Debian 10/Ubuntu 20.04 /CentOS 8/...) Server OS + version: (Debian 10/Ubuntu 20.04/CentOS 8/...) \
ISPConfig version: (3.1.15p3/3.2.3/3.2dev/...) ISPConfig version: (3.1.15p3/3.2.3/3.2dev/...)
_you can use `grep 'ISPC_APP_VERSION' /usr/local/ispconfig/server/lib/config.inc.php` to get it from the command line_ <!-- _you can use `grep 'ISPC_APP_VERSION' /usr/local/ispconfig/server/lib/config.inc.php` to get it from the command line_ -->
Software version of the related software: Software version of the related software:
<!-- You can use 'nginx -v' or 'apachectl -v' to find the webserver version. Use 'php -v' to find the PHP version.> Put this in code blocks, like so: -->
``` ```
insert the output of `nginx -v` or `apachectl -v` here Output of the command
```
```
insert the output of `php -v` here
``` ```
## proposed fix ## Proposed fix
optional, of course. optional, of course.
if you want to post code snippets, please use if you want to post code snippets, please use
``` ```
your code your code
``` ```
or attach a code file. Best is to create a merge request of course. or attach a code file. Best is to create a merge request of course.
## references ## References
if you know of related bugs or feature requests, please reference them by using `#<issuenumber>`, e. g. #6105 if you know of related bugs or feature requests, please reference them by using `#<issuenumber>`, e. g. #6105
if you have done a merge request already, please reference it by using `!<mergenumber>`, e. g. !1444 if you have done a merge request already, please reference it by using `!<mergenumber>`, e. g. !1444
if you know of a forum post on howtoforge.com that deals with this topic, just add the link to the forum topic here if you know of a forum post on howtoforge.com that deals with this topic, just add the link to the forum topic here
## screenshots ## Screenshots
optional, of course. optional, of course.
Add screenshots of the problem by clicking "Attach a file" on the bottom right. Add screenshots of the problem by clicking "Attach a file" on the bottom right.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment