Skip to content

Commit

Permalink
Add a basic github issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Sep 14, 2021
1 parent 70da023 commit 31ce72e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Issue/Bug report
about: Report an issue with or bug in `cardano-db-sync`
title: ""
labels: bug
assignees: ''

---

**OS**
Your OS:

**Versions**
The `db-sync` version (eg `cardano-db-sync --version`):
PostgreSQL version:

**Build/Install Method**
The method you use to build or install `cardano-db-sync`:

**Run method**
The method you used to run `cardano-db-sync` (eg Nix/Docker/systemd/none):

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

**Problem Report**
Please do not include screenshots or images, but instead cut and paste any relevant log messages
or errors.

0 comments on commit 31ce72e

Please sign in to comment.