Skip to content

Commit

Permalink
chore: add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger authored Aug 25, 2023
1 parent f9e5844 commit 048fa1d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: triage
assignees: ''

---

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

**Version of `@hedger/nestjs-encryption`**
x.y.z

**Version of `@nestjs/common`**
x.y.z

**Minimal reproduction repository**
https://

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

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

0 comments on commit 048fa1d

Please sign in to comment.