Skip to content

Commit

Permalink
Update BUG templates
Browse files Browse the repository at this point in the history
  • Loading branch information
immauss authored Aug 29, 2023
1 parent 76c6b3d commit a60b5a9
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/container-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
name: Container Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: ''
assignees: immauss

---

** Please attach large files to the report instead of pasting the contents into the report. **

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Include how you started the container.
- docker-compose.yml or command used to start the container with all options.
2. When did the issue occur?
- the container failed to start?
- Container stopped when performing some action? What was the action?
- Some other error in the GUI or the logs ?

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Environment (please complete the following information):**
- OS: [e.g. Ubuntu 20.10]
- Memory available to OS: [ 4G ]
- Container environment used with version: [ docker , podman, kubernets, etc ]

**logs**
Please attach the output from the following commands:

# for docker #
```
docker logs openvas > logfile.log
```
#Podman#
```
podman logs openvas > logfile.log
```
#docker-compose #
```
docker-compose logs > logfile.log
```

**Additional context**
Add any other context about the problem here.

0 comments on commit a60b5a9

Please sign in to comment.