diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 06850ccdc1..dad3e856ba 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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.