Skip to content

Commit

Permalink
Update issue templates (#98)
Browse files Browse the repository at this point in the history
Add issue template to repo
  • Loading branch information
ngmachado committed Jan 19, 2022
1 parent 8a8fa7e commit 5ddfc71
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/general-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
name: General Bug report
about: Create a bug report to help us improve
title: "[BUG] "
labels: 'Type: Bug'
assignees: ''

---

**Describe the bug:**
A clear and concise description of what the bug is. What feature are you experiencing the bug with?

**Environment:**

- **Desktop (please complete the following information):**
- Device: [e.g. Intel, Macbook Pro Silicon]
- Docker Image: [e.g. Yes / No ]
- OS: [e.g. Linux]
- Network/Connection [e.g. WiFi, Ethernet]

- **Server / Cloud Provider (please complete the following information):**
- CloudProvider: [e.g. AWS]
- Docker Image: [e.g. Yes / No]
- Device: [e.g. Intel, Macbook Pro Silicon]
- OS: [e.g. Linux]

- **Sentinel (please complete the following information):**
- Release Version: [e.g. v1.0.0]
- Branch: [e.g. master]

**Steps To Reproduce:**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

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

**Actual behavior:**
A clear and concise description of what actually happens.

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

**Additional context:**
Add any other context or relevant information about the problem here.

0 comments on commit 5ddfc71

Please sign in to comment.