Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
webysther authored Aug 23, 2023
1 parent 2a331c2 commit 92a5bfd
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: ''
assignees: webysther

---

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

**dotenv**
```env
# configuration without sensitive data
```

**docker compose**
```yml
# full file
```

**logs**
```sh
# docker-compose logs --no-color >& logs.txt
```

**To Reproduce**
```sh
# command executed or platform used (portainer/rancher)
```

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

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

0 comments on commit 92a5bfd

Please sign in to comment.