Skip to content

Commit

Permalink
chore: add issue bug report template
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
imfing authored Oct 4, 2023
1 parent 8aa6439 commit 2bc4ed1
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Description**

<!-- Provide a clear and concise description of the bug -->

**Steps To Reproduce**

1.
2.
3.

**Expected Behavior**

<!-- What should have happened? -->

**Actual Behavior**

<!-- What happened instead? -->

**Screenshots**

<!-- If applicable, add screenshots to help explain your problem -->

**Environment**

- Hugo Version: [e.g., 0.85.0]
- Browser/OS: [e.g., Chrome, MacOS]
- Theme Version: [e.g., v2.0]

**Additional Context**

<!-- Add any other context about the problem here -->

0 comments on commit 2bc4ed1

Please sign in to comment.