Skip to content

Commit b44af80

Browse files
Improve bug report template (DefectDojo#5066)
* Improve bug report template * Update bug_report.md * Update bug_report.md * Update bug_report.md * Update bug_report.md
1 parent 495b5c8 commit b44af80

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,22 @@ Steps to reproduce the behavior:
2727
A clear and concise description of what you expected to happen.
2828

2929
**Deployment method** *(select with an `X`)*
30-
- [ ] Docker
30+
- [ ] Docker Compose
3131
- [ ] Kubernetes
3232
- [ ] GoDojo
33-
- [ ] setup.bash / legacy-setup.bash
3433

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

39-
**Sample scan files** (optional)
38+
**Logs**
39+
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).
40+
41+
**Sample scan files**
4042
If applicable, add sample scan files to help reproduce your problem.
4143

42-
**Screenshots** (optional)
44+
**Screenshots**
4345
If applicable, add screenshots to help explain your problem.
4446

45-
**Console logs** (optional)
46-
If applicable, add console logs to help explain your problem.
47-
4847
**Additional context** (optional)
4948
Add any other context about the problem here.

0 commit comments

Comments
 (0)