Skip to content

Commit

Permalink
Improve bug report template (#5066)
Browse files Browse the repository at this point in the history
* Improve bug report template

* Update bug_report.md

* Update bug_report.md

* Update bug_report.md

* Update bug_report.md
  • Loading branch information
valentijnscholten committed Sep 10, 2021
1 parent 495b5c8 commit b44af80
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -27,23 +27,22 @@ Steps to reproduce the behavior:
A clear and concise description of what you expected to happen.

**Deployment method** *(select with an `X`)*
- [ ] Docker
- [ ] Docker Compose
- [ ] Kubernetes
- [ ] GoDojo
- [ ] setup.bash / legacy-setup.bash

**Environment information**
- Operating System: [e.g. Ubuntu 18.04]
- DefectDojo Commit Message: [use `git show -s --format="[%ci] %h: %s [%d]"`]
- DefectDojo version (see footer) or commit message: [use `git show -s --format="[%ci] %h: %s [%d]"`]

**Sample scan files** (optional)
**Logs**
Use `docker-compose logs` (or similar, depending on your deployment method) to get the logs and add the relevant sections here showing the error occurring (if applicable).

**Sample scan files**
If applicable, add sample scan files to help reproduce your problem.

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

**Console logs** (optional)
If applicable, add console logs to help explain your problem.

**Additional context** (optional)
Add any other context about the problem here.

0 comments on commit b44af80

Please sign in to comment.